Spaces:
Running
Running
seriously?
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -6,10 +6,10 @@ RUN npm i -g typescript@4.0.3
|
|
6 |
|
7 |
COPY . .
|
8 |
|
9 |
-
RUN
|
10 |
|
11 |
-
RUN
|
12 |
|
13 |
-
RUN
|
14 |
|
15 |
CMD ["node", "server/dist/server.js"]
|
|
|
6 |
|
7 |
COPY . .
|
8 |
|
9 |
+
RUN cd front && npm i && time tsc && cd ..
|
10 |
|
11 |
+
RUN cd grunt && npm i && grunt && cd ..
|
12 |
|
13 |
+
RUN cd server && npm i && grunt && cd ..
|
14 |
|
15 |
CMD ["node", "server/dist/server.js"]
|