This commit is contained in:
2022-10-29 12:50:15 +02:00
parent edbeb46280
commit 4ae0a38d53
4 changed files with 16 additions and 14 deletions

View File

@ -4,14 +4,6 @@ services:
blog:
container_name: personal-blog
build:
context: "."
context: ./personal-page
args:
HUGO_ENV_ARG: "production"
HUGO_CMD: "-s /src/personal-page"
client:
image: nginx
ports:
- 8000:80
volumes:
- ./src:/usr/share/nginx/html