mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-20 20:59:16 +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/
|
.docker/data/
|
||||||
ssl/
|
ssl/
|
||||||
public/
|
|
||||||
.env
|
.env
|
||||||
@@ -23,7 +23,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- ${BACKEND_PORT:-8080}:3000
|
- ${BACKEND_PORT:-8080}:3000
|
||||||
volumes:
|
volumes:
|
||||||
- ./public/:/usr/src/app/public/
|
- ./backend/public/:/usr/src/app/public/
|
||||||
networks:
|
networks:
|
||||||
- whaticket
|
- whaticket
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user