fix dockerfile

This commit is contained in:
Alberto Xamin 2021-06-07 21:25:30 +02:00
parent e37ab81206
commit eecb42f337
No known key found for this signature in database
GPG Key ID: 4F026F48309500A2

View File

@ -1,6 +1,5 @@
FROM node:lts-alpine as builder FROM node:lts-alpine as builder
COPY ./frontend . COPY ./frontend .
ENV NODE_ENV=production
RUN npm install RUN npm install
RUN npm run build RUN npm run build
FROM python:3.7-slim-stretch FROM python:3.7-slim-stretch