diff --git a/docker/Dockerfile b/docker/Dockerfile index 344e1a9..6a8bfbd 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -127,9 +127,9 @@ RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \ COPY . ./ # start appdpvle -CMD ["npm","run", "start"] +#CMD ["npm","run", "start"] # CMD ["yarn", "start"] # start app -# @CMD /bin/sh ./run.sh + @CMD /bin/sh ./run.sh