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' ...@@ -2,9 +2,7 @@ version: '3.8'
services: services:
web: web:
build: image: git-registry.gibb.ch/ast146300/websitem437/mywebsite:latest
context: .
dockerfile: Dockerfile
ports: ports:
- "80:80" - "80:80"
# Since files are copied in Dockerfile, we only need to mount nginx.conf # Since files are copied in Dockerfile, we only need to mount nginx.conf
...@@ -21,4 +19,4 @@ services: ...@@ -21,4 +19,4 @@ services:
networks: networks:
web-network: web-network:
driver: bridge driver: bridge
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment