Skip to content

Instantly share code, notes, and snippets.

@ChewySalmon
Created June 20, 2021 06:59
Show Gist options
  • Save ChewySalmon/7d79e1517a867d8cb196ab5f78946e9b to your computer and use it in GitHub Desktop.
Save ChewySalmon/7d79e1517a867d8cb196ab5f78946e9b to your computer and use it in GitHub Desktop.
Web layer
web:
build:
context: ./
dockerfile: web.dockerfile
working_dir: /var/www
volumes:
- ./:/var/www
ports:
- 80:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment