Commit graph

277 commits

Author SHA1 Message Date
actions-user
2c38c97501 Auto updated submodule references 2022-04-26 18:55:04 +00:00
Colin Griffin
d2b65080ae
Merge pull request #97 from philprime/fixed-docker-build
Fixed workspace install and missing prisma binary
2022-04-26 14:28:00 -04:00
Philip Niedertscheider
7d174536d4 Updated Dockerfile 2022-04-26 19:54:30 +02:00
Philip Niedertscheider
5959bc1fd3 Updated package.json copies 2022-04-26 19:08:48 +02:00
Philip Niedertscheider
994d5e1ba1 Fixed dockerfile 2022-04-26 19:08:48 +02:00
Colin Griffin
f64e6406c1
Merge pull request #105 from gabrielwhite/patch-2
Update README.md
2022-04-26 10:08:36 -04:00
Gabe
f72731aa62
Update README.md
Fixed URL for Docker Hub
2022-04-26 09:03:23 -04:00
actions-user
5c5ef9ba0b Auto updated submodule references 2022-04-26 04:29:32 +00:00
actions-user
97f7b356cf Auto updated submodule references 2022-04-25 04:25:01 +00:00
actions-user
0bd59bf2ac Auto updated submodule references 2022-04-24 04:20:57 +00:00
actions-user
09220c2134 Auto updated submodule references 2022-04-23 04:20:20 +00:00
actions-user
e9b9ce423c Auto updated submodule references 2022-04-22 04:45:58 +00:00
actions-user
c944050d9c Auto updated submodule references 2022-04-21 04:43:10 +00:00
actions-user
5641dce2bd Auto updated submodule references 2022-04-20 04:46:52 +00:00
actions-user
99e92dc4b8 Auto updated submodule references 2022-04-19 04:33:25 +00:00
Peer Richelsen
e041b53b97
Update README.md 2022-04-18 22:24:32 +02:00
Peer Richelsen
0f939dcf85
Update README.md 2022-04-18 22:24:04 +02:00
actions-user
ceabd8f781 Auto updated submodule references 2022-04-18 04:24:27 +00:00
actions-user
d76176123b Auto updated submodule references 2022-04-17 04:20:24 +00:00
actions-user
0670f1e674 Auto updated submodule references 2022-04-16 04:20:50 +00:00
actions-user
d721066f9e Auto updated submodule references 2022-04-15 04:35:22 +00:00
actions-user
45da95bdb7 Auto updated submodule references 2022-04-14 04:20:06 +00:00
actions-user
079faf0ee3 Auto updated submodule references 2022-04-13 04:21:56 +00:00
actions-user
ff84aa98ad Auto updated submodule references 2022-04-12 04:20:23 +00:00
actions-user
42f995d430 Auto updated submodule references 2022-04-11 04:21:20 +00:00
actions-user
332735182e Auto updated submodule references 2022-04-10 04:20:05 +00:00
actions-user
f4fd5878e1 Auto updated submodule references 2022-04-09 04:20:39 +00:00
actions-user
6a453b2465 Auto updated submodule references 2022-04-08 04:20:27 +00:00
actions-user
abbcf8daac Auto updated submodule references 2022-04-07 04:20:38 +00:00
actions-user
b39fc8d1f9 Auto updated submodule references 2022-04-06 04:20:26 +00:00
actions-user
01a7d467e5 Auto updated submodule references 2022-04-05 04:20:11 +00:00
actions-user
b2a9072e42 Auto updated submodule references 2022-04-04 14:31:35 +00:00
Colin Griffin
56365d0982
remove recursive 2022-04-04 10:30:58 -04:00
Colin Griffin
433ee87c84
Merge pull request #95 from calcom/fix/submodule-repo-path
Update submodule git path
2022-04-04 10:05:23 -04:00
Colin Griffin
fdd6be12c7
Update submodule git path 2022-04-04 10:04:21 -04:00
Colin Griffin
b7c5f15d08
Merge pull request #86 from searsaw/fix-workspaces-build-issues
Update Dockerfile to use workspaces setup
2022-03-28 16:51:11 -04:00
actions-user
30722960fb Auto updated submodule references 2022-02-23 04:19:25 +00:00
actions-user
8139d21f47 Auto updated submodule references 2022-02-22 04:19:38 +00:00
actions-user
af714cfa43 Auto updated submodule references 2022-02-21 04:20:20 +00:00
actions-user
cdb45c8fe3 Auto updated submodule references 2022-02-20 04:19:28 +00:00
actions-user
86f8c4e9c9 Auto updated submodule references 2022-02-19 04:19:25 +00: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
actions-user
a13e5d22df Auto updated submodule references 2022-02-18 04:19:54 +00: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
actions-user
8e9aad3ea2 Auto updated submodule references 2022-02-17 04:19:37 +00:00
actions-user
f3942ca6f5 Auto updated submodule references 2022-02-16 04:19:31 +00:00
actions-user
0e4f565b27 Auto updated submodule references 2022-02-15 04:19:10 +00:00
actions-user
1158d0905c Auto updated submodule references 2022-02-14 04:18:52 +00:00
actions-user
12b1e8509f Auto updated submodule references 2022-02-12 04:19:16 +00:00
Peer Richelsen
ca0370b497
Merge pull request #83 from calcom/fix/docker-path-update 2022-02-12 01:32:06 +00:00