docker #18
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "docker"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -12,0 +11,4 @@
RUN mkdir -p server/ssl
RUN mkdir -p public/
COPY .env app.js package.json /app/
What happens if we will refactor and add more files for the app?