Skip to content

Commit

Permalink
fixed syntax in docker-compose, referencing current working directory…
Browse files Browse the repository at this point in the history
… for Dockerfile
  • Loading branch information
rachelheaven committed Aug 18, 2021
1 parent b0e7747 commit 640991a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
version: '2.0'
services:
vocprez:
build:
context: .
dockerfile: -f Dockerfile
build: .
image: vocprez:latest
restart: unless-stopped
ports:
Expand Down

0 comments on commit 640991a

Please sign in to comment.