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