Skip to content
Snippets Groups Projects
Commit f4cc1322 authored by Ossi Laine's avatar Ossi Laine
Browse files

Dont use pre-build image of app in docker-compose file

parent d1e82d3e
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,8 @@ services:
- gunicorn
gunicorn:
image: rating_app:latest
#image: rating_app:latest
build: ../.
restart: always
ports:
- 8000:8000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment