Skip to content

Commit ed5de46

Browse files
committed
Glad you're happy!
1 parent 3daae4d commit ed5de46

5 files changed

Lines changed: 2459 additions & 2399 deletions

File tree

Dockerfiles/Dockerfile_backend

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@ RUN mkdir /home/node/node_modules
1717
COPY --from=builder /home/node/app/node_modules /home/node/node_modules
1818
WORKDIR /home/node/app
1919
CMD ["node", "app.js"]
20-
21-

Dockerfiles/Dockerfile_frontend

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,3 @@ COPY --from=gobuilder /usr/src/app/prestart /bin/prestart
3737
RUN chgrp -R 0 /opt/app-root/src/ && chmod -R g+rwX /opt/app-root/src/
3838
USER 1001
3939
CMD /bin/prestart ; nginx -g "daemon off;"
40-
41-
42-
43-

0 commit comments

Comments
 (0)