mirror of
https://github.com/pierre42100/AboutComunic
synced 2025-06-19 00:25:19 +00:00
Can build Docker image
This commit is contained in:
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
|
Reference in New Issue
Block a user