Files
cardconjurer/Dockerfile

7 lines
143 B
Docker

# syntax = docker/dockerfile:1.2
FROM nginx:1.21-alpine as prod
EXPOSE 4242
COPY . /usr/share/nginx/html/
COPY app.conf /etc/nginx/nginx.conf