mirror of
https://github.com/pierre42100/AboutComunic
synced 2024-11-14 17:41:14 +00:00
5 lines
144 B
Docker
5 lines
144 B
Docker
FROM halverneus/static-file-server:latest
|
|
LABEL org.opencontainers.image.description "About Comunic static website"
|
|
|
|
ENV PORT=80
|
|
COPY _site /web |