docker compose fix?

This commit is contained in:
2023-03-24 18:11:33 +01:00
parent d87d33cc2c
commit 3bfc682f68

View File

@@ -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