Trying to add conf option
This commit is contained in:
parent
fee7190e8d
commit
95bef73e60
@ -15,10 +15,9 @@ 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
|
||||
|
||||
ENTRYPOINT [ "yarn" , "docker-entrypoint"]
|
||||
ENTRYPOINT [ "yarn" , "docker-entrypoint", "--conf", "config.json" ]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user