🐳 Use same public folder as backend

This commit is contained in:
Ricardo Paes
2022-02-26 14:13:27 -03:00
parent 9b32bd6f99
commit 1308541310
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,3 @@
.docker/data/
ssl/
public/
.env

View File

@@ -23,7 +23,7 @@ services:
ports:
- ${BACKEND_PORT:-8080}:3000
volumes:
- ./public/:/usr/src/app/public/
- ./backend/public/:/usr/src/app/public/
networks:
- whaticket