Update docker files

This commit is contained in:
Santiago Lo Coco 2023-10-07 00:48:03 +00:00
parent 415931263f
commit 25b401348e
3 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ version: '3'
services: services:
jekyll: jekyll:
build: build:
dockerfile: Dockerfile context: ../
dockerfile: docker/Dockerfile
restart: unless-stopped restart: unless-stopped
ports: ports:
- 9999:80 - 9999:80