Skip to content

Commit

Permalink
put compose file back to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickrizzardi committed Jun 10, 2023
1 parent 6b7ea77 commit 152c3a1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ services:
build:
context: .
dockerfile: Dockerfile
target: production
image: ghcr.io/redactdigital/clash-of-clans:latest
target: development
image: zero-wars-api
container_name: zero-wars-api
restart: unless-stopped
# command: sh -c "npm install --no-audit --no-fund && npm run start:dev"
entrypoint: ["./entrypoint.sh"]
command: sh -c "npm install --no-audit --no-fund && npm run start:dev"
ports:
- '5000:5000'
# volumes:
# - ./:/usr/src/app
volumes:
- ./:/usr/src/app

0 comments on commit 152c3a1

Please sign in to comment.