Fix docker bugs

This commit is contained in:
Santiago Lo Coco 2023-10-07 00:53:12 +00:00
parent 25b401348e
commit cc41fabb72
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ RUN find . -maxdepth 1 ! -name '_site' -exec rm -rf {} \;
RUN mv _site/* .
RUN rm -R _site/
RUN rm -R _site/ docker README.md LICENSE.md
FROM cupcakearmy/static

View File

@ -7,7 +7,7 @@ services:
dockerfile: docker/Dockerfile
restart: unless-stopped
ports:
- 9999:80
- 9998:80
volumes:
- ./_site:/srv:ro
- ../_site:/srv:ro
- ./default.conf:/usr/local/nginx/conf/sites/default.conf