'update files with ansible'

This commit is contained in:
jonny 2021-04-15 05:14:14 +00:00
parent 5cf640b147
commit 83672f2865

View File

@ -20,5 +20,4 @@ RUN apk add -U openssh-client sshpass && \
mkdir ~/.ssh
EXPOSE 3000
ENTRYPOINT [ "yarn" , "docker-entrypoint", "--conf", "config.json" ]
ENTRYPOINT [ "yarn", "docker-entrypoint", "--conf", "config.json" ]