Fix .env.build values.

This commit is contained in:
Paul
2021-09-03 22:59:04 +01:00
parent 4e88ed0aa6
commit 0b67d11bb5
2 changed files with 2 additions and 3 deletions

View File

@@ -14,7 +14,6 @@ RUN npm prune --production
FROM node:15-buster
WORKDIR /usr/src/app
COPY --from=builder /usr/src/app .
RUN rm ./.env
EXPOSE 5000
CMD [ "yarn", "start:inject" ]