Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
NvdLaan committed Jun 6, 2024
1 parent 4189b12 commit 8fd4356
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ version: "3"
services:
zaken-frontend:
build:
context: .
dockerfile: Dockerfile
container_name: zaken-frontend
image: ${REGISTRY:-127.0.0.1:5001}/${REPOSITORY:-salmagundi/zaken-frontend}:${VERSION:-latest}
ports:
- "8080:8000"
- "8081:8000"

0 comments on commit 8fd4356

Please sign in to comment.