react-homepage/Dockerfile
Przemek Grondek dcb353bacb
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
CI WIP
2023-09-14 21:41:32 +02:00

9 lines
173 B
Docker

FROM nginx:1.24.0-alpine
ENV NODE_ENV production
RUN rm -rf /usr/share/nginx/html/*
COPY out /usr/share/nginx/html/
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf