6 lines
94 B
Docker
6 lines
94 B
Docker
FROM nginx:stable-alpine
|
|
|
|
COPY templates.json /usr/share/nginx/html/templates.json
|
|
|
|
EXPOSE 80
|