Update docker files

This commit is contained in:
Santiago Lo Coco 2024-07-28 16:01:20 +00:00
parent d2cef94657
commit a7c524b146
5 changed files with 9 additions and 4 deletions

5
.dockerignore Normal file
View File

@ -0,0 +1,5 @@
git_commit_upstream.txt
docker/
README.md
LICENSE.md
.dockerignore

View File

@ -18,4 +18,4 @@ I am an active and curious learner.
I believe that curiosity is precisely what drives me to continue learning new things.
I love creating new projects.
I love creating new projects!

View File

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

View File

@ -5,7 +5,7 @@ services:
build:
context: ../
dockerfile: docker/Dockerfile
restart: unless-stopped
restart: always
ports:
- 9998:80
volumes:

View File

@ -1,3 +1,3 @@
#!/bin/sh
docker compose up --build
docker compose up --build -d