diff --git a/Dockerfile b/Dockerfile index 52d0252..951f293 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ # Create a production build of the app FROM node:16.9.1 as build COPY . . -COPY .env.development .env RUN npm install --silent RUN npm run build