Files
k9e.no/Dockerfile

7 lines
88 B
Docker

FROM nginx:alpine
WORKDIR /app
COPY ./nginx.conf /etc/nginx/nginx.conf
COPY ./build .