forked from abner/for-legacy-web
Fix .env.build values.
This commit is contained in:
@@ -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" ]
|
||||
Reference in New Issue
Block a user