Skip to content
Snippets Groups Projects
Commit f73f7623 authored by Adrian Stöckli's avatar Adrian Stöckli
Browse files

feat: use prebuilt version in Dockerfile

parent 74826c06
Branches main
No related tags found
No related merge requests found
......@@ -2,9 +2,7 @@ version: '3.8'
services:
web:
build:
context: .
dockerfile: Dockerfile
image: git-registry.gibb.ch/ast146300/websitem437/mywebsite:latest
ports:
- "80:80"
# Since files are copied in Dockerfile, we only need to mount nginx.conf
......@@ -21,4 +19,4 @@ services:
networks:
web-network:
driver: bridge
\ No newline at end of file
driver: bridge
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment