AboutComunic/Dockerfile

5 lines
144 B
Docker
Raw Normal View History

2021-10-24 13:08:37 +00:00
FROM halverneus/static-file-server:latest
LABEL org.opencontainers.image.description "About Comunic static website"
ENV PORT=80
COPY _site /web