Files
Personal-Website/client/Dockerfile
T

4 lines
84 B
Docker

FROM nginx as production-stage
RUN mkdir /app
COPY nginx.conf /etc/nginx/nginx.conf