fix dockerfile
This commit is contained in:
parent
e37ab81206
commit
eecb42f337
@ -1,6 +1,5 @@
|
||||
FROM node:lts-alpine as builder
|
||||
COPY ./frontend .
|
||||
ENV NODE_ENV=production
|
||||
RUN npm install
|
||||
RUN npm run build
|
||||
FROM python:3.7-slim-stretch
|
||||
|
Loading…
Reference in New Issue
Block a user