Files
gittemp/Dockerfile
2017-11-08 09:43:49 +01:00

6 lines
94 B
Docker

FROM nginx:stable-alpine
COPY templates.json /usr/share/nginx/html/templates.json
EXPOSE 80