Skip to content

Commit

Permalink
Update build to image in docker-compose.prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsierro committed Jan 17, 2024
1 parent ea3e421 commit 03204ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ version: '3.7'

services:
web:
build:
context: .
dockerfile: Dockerfile.prod
image: ghcr.io/alexsierro/fabman:latest
command: gunicorn fabman.wsgi:application --bind 0.0.0.0:8000
volumes:
- static_volume:/home/app/web/static
Expand Down

0 comments on commit 03204ae

Please sign in to comment.