Skip to content

Commit

Permalink
Use pre-built image in compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyBoo committed Mar 12, 2021
1 parent 27b5679 commit 4cc92db
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
version: '3'
services:
vimtur:
build:
context: .
dockerfile: Dockerfile.pre
image: simplyboo6/vimtur:5
# build:
# context: .
# dockerfile: Dockerfile.pre
environment:
- CACHE_PATH=/cache/
- DATA_PATH=/data/
Expand Down

0 comments on commit 4cc92db

Please sign in to comment.