Commit graph

16 commits

Author SHA1 Message Date
Colin Griffin
8b14ee6ffd update required env variables 2022-04-26 15:58:52 -04:00
Colin Griffin
29f1c5704a remove env file copy 2022-04-25 17:54:12 -04:00
Colin Griffin
c0a33233ae update dockerfile, use single stage for now 2022-04-25 17:21:12 -04:00
Alex Sears
60557d31fd
Update Dockerfile to install prisma globally
Prisma is a dev dependency in the main project. However, it is
needed in the image so we can run the migrations before starting
the server up. This installs it globally in the image since it
won't be installed using the project's `package.json`.

Signed-off-by: Alex Sears <me@alexsears.com>
2022-02-18 15:12:09 -05:00
Alex Sears
05560ff1a3
Update Dockerfile to use workspaces setup
The main Cal.com project has started using Yarn workspaces to
break the project up into separate packages and treat the project
as a monorepo. This required quite a few changes to the Dockerfile
that assumed the previous project setup.

Signed-off-by: Alex Sears <me@alexsears.com>
2022-02-17 16:07:11 -05:00
Colin Griffin
9f0800d5ce rework directories 2022-02-11 19:08:41 -05:00
Colin Griffin
4bccd8ae31 update app path 2022-02-11 17:12:05 -05:00
Alex Sears
72ac9fcd19
Add build args for Next.js build 2022-01-06 17:58:19 -05:00
Colin Griffin
097f9177b3 add build args and temporarily remove alpine 2021-11-19 10:57:57 -05:00
Peer Richelsen
42bc241ab5
Revert "Fix 'Failed to load SWC binary' issue in Docker build process" 2021-11-18 00:23:12 +00:00
Kovah
77ffd4d785
Fix 'Failed to load SWC binary' issue in Docker build process 2021-11-08 16:27:22 +01:00
Anton Podviaznikov
ff23243bd3 fix dockefile: coudl not start because config file is missing 2021-10-16 10:09:57 -07:00
Alex van Andel
c525716587 Added missing forward slash 2021-08-12 21:45:58 +00:00
Alex van Andel
c67cee3f08 Fixed typo in --frozen-lockfile flag 2021-08-12 20:59:11 +00:00
Alex van Andel
c2011fdf05 Updated Dockerfile to include next.config.js + fixed lockfile install 2021-08-12 20:54:41 +00:00
Ramiro Berrelleza
04d9936e65
deploy calendso using docker-compose
Signed-off-by: Ramiro Berrelleza <rberrelleza@gmail.com>
2021-07-02 16:12:08 -07:00