add seed binary to Docker build and expose frontend port 80
This commit is contained in:
@@ -31,8 +31,8 @@ services:
|
||||
|
||||
frontend:
|
||||
image: ${GITEA_REGISTRY}/delivery-tracker/frontend:latest
|
||||
expose:
|
||||
- "80"
|
||||
ports:
|
||||
- "80:80"
|
||||
depends_on:
|
||||
- backend
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user