Fix .env.build values.

This commit is contained in:
Paul
2021-09-03 22:59:04 +01:00
parent fc633ee017
commit eea13a30b8
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" ]