Revert "Use CMD alongside ENTRYPOINT in the Dockerfile (#3366)" (#3389)

This reverts commit d193673917.
This commit is contained in:
Koen Kanters
2020-04-18 14:34:21 +02:00
committed by GitHub
parent 2177b33712
commit 9d6c7b2614
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -28,4 +28,3 @@ ARG COMMIT
RUN echo "{\"hash\": \"$COMMIT\"}" > .hash.json
ENTRYPOINT ["./run.sh"]
CMD ["npm", "start"]
+1 -1
View File
@@ -13,4 +13,4 @@ if [ ! -f "$DATA/configuration.yaml" ]; then
cp /app/configuration.yaml "$DATA/configuration.yaml"
fi
exec "$@"
exec npm start