🐳 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

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