experiments

dev
Dmitry Titov 3 years ago
parent de54d9eded
commit 2d5252ac06

@ -5,6 +5,7 @@ COPY yarn.lock ./
RUN yarn install RUN yarn install
COPY . . COPY . .
ARG REACT_APP_DOMAIN_URL=https://${DOMAIN}/ ARG REACT_APP_DOMAIN_URL=https://${DOMAIN}/
ENV GENERATE_SOURCEMAP false
RUN yarn build RUN yarn build
FROM nginx:1.23-alpine FROM nginx:1.23-alpine

Loading…
Cancel
Save