mirror of
https://github.com/pierre42100/AboutComunic
synced 2024-11-23 13:59:30 +00:00
Can build Docker image
This commit is contained in:
parent
9cc05faa9b
commit
f7fe10c8c2
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
FROM halverneus/static-file-server:latest
|
||||||
|
LABEL org.opencontainers.image.description "About Comunic static website"
|
||||||
|
|
||||||
|
ENV PORT=80
|
||||||
|
COPY _site /web
|
6
build_docker.sh
Executable file
6
build_docker.sh
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
echo Build website
|
||||||
|
jekyll build
|
||||||
|
|
||||||
|
echo Build Docker image
|
||||||
|
docker build . -t pierre42100/comunic_about
|
Loading…
Reference in New Issue
Block a user