Trying to add conf option
This commit is contained in:
parent
95bef73e60
commit
f4d6bd42bd
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user