mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
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