Trying to add conf option

This commit is contained in:
Jon Ervine 2021-02-23 23:01:57 +08:00
parent 95bef73e60
commit f4d6bd42bd

View File

@ -15,6 +15,7 @@ ENV NODE_ENV=production
EXPOSE 3000
COPY --from=builder /usr/src/app/build /usr/src/app/build
COPY --from=builder /usr/src/app/node_modules /usr/src/app/node_modules
COPY --from=builder /usr/src/app/package.json /usr/src/app/
RUN apk add -U openssh-client sshpass && \
mkdir ~/.ssh
EXPOSE 3000