diff --git a/Dockerfile b/Dockerfile index 1b92178..e63da3d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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