Update docker files
This commit is contained in:
parent
d2cef94657
commit
a7c524b146
|
@ -0,0 +1,5 @@
|
||||||
|
git_commit_upstream.txt
|
||||||
|
docker/
|
||||||
|
README.md
|
||||||
|
LICENSE.md
|
||||||
|
.dockerignore
|
|
@ -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 believe that curiosity is precisely what drives me to continue learning new things.
|
||||||
|
|
||||||
I love creating new projects.
|
I love creating new projects!
|
|
@ -33,7 +33,7 @@ RUN find . -maxdepth 1 ! -name '_site' -exec rm -rf {} \;
|
||||||
|
|
||||||
RUN mv _site/* .
|
RUN mv _site/* .
|
||||||
|
|
||||||
RUN rm -R _site docker README.md LICENSE.md
|
RUN rm -R _site
|
||||||
|
|
||||||
FROM cupcakearmy/static
|
FROM cupcakearmy/static
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ../
|
context: ../
|
||||||
dockerfile: docker/Dockerfile
|
dockerfile: docker/Dockerfile
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 9998:80
|
- 9998:80
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
docker compose up --build
|
docker compose up --build -d
|
||||||
|
|
Loading…
Reference in New Issue