Skip to content

Commit

Permalink
trying to leverage the docker layer caching when running docker compo…
Browse files Browse the repository at this point in the history
…se up
  • Loading branch information
papes1ns committed Apr 17, 2024
1 parent 08b1fde commit 932fd2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
version: '3.8'
services:
web: &web
build: ./
build:
context: ./
image: gala_web
stdin_open: true
tty: true
command: foreman start -f Procfile.dev
Expand Down

0 comments on commit 932fd2d

Please sign in to comment.