mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-17 19:37:02 +00:00
🐳 Use same public folder as backend
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,3 @@
|
||||
.docker/data/
|
||||
ssl/
|
||||
public/
|
||||
.env
|
||||
@@ -23,7 +23,7 @@ services:
|
||||
ports:
|
||||
- ${BACKEND_PORT:-8080}:3000
|
||||
volumes:
|
||||
- ./public/:/usr/src/app/public/
|
||||
- ./backend/public/:/usr/src/app/public/
|
||||
networks:
|
||||
- whaticket
|
||||
|
||||
|
||||
Reference in New Issue
Block a user