Updating Dockerfile for multistage build based on feedbacks

This commit is contained in:
Julien Recurt
2024-05-21 11:27:02 +02:00
parent a431fab3c4
commit d161411416
2 changed files with 15 additions and 8 deletions
+5
View File
@@ -11,8 +11,13 @@
# Ignore git and cache folders
.git
.gitignore
.cache
# Ignore build folders
node_modules
dist
# Ignore default volumes created by running docker compose up
ontime-db
ontime-styles