Skip to content

Commit b01d4f5

Browse files
Correct entrypoint
1 parent 3e5e11d commit b01d4f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,4 @@ RUN set -eux; \
210210

211211
WORKDIR /
212212

213-
ENTRYPOINT ["/bin/bash", "-c", "exec \"${APP_DIR}/bin/run-ngen-fcst.sh\""]
213+
ENTRYPOINT ["/bin/bash", "-c", "exec \"${APP_DIR}/bin/run-ngen-fcst.sh\" \"$@\"", "--"]

0 commit comments

Comments
 (0)