Skip to content

Commit

Permalink
🔨 Do not include build: in production
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelWaldvogel committed Nov 11, 2021
1 parent 77ae0f7 commit f2e2123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
zeitgitter:
restart: unless-stopped
image: zeitgitter/zeitgitter
build: ./zeitgitter
#build: ./zeitgitter
env_file:
# Adapt from "sample.env"
- "server.env"
Expand Down

0 comments on commit f2e2123

Please sign in to comment.