We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e36e6 commit 7938215Copy full SHA for 7938215
Dockerfile
@@ -16,7 +16,6 @@ FROM build as final
16
WORKDIR /app
17
COPY --from=build /app /app
18
19
-RUN mkdir /app/config
20
VOLUME [ "/app/config" ]
21
22
-ENTRYPOINT [ "python3.10", "main.py"]
+ENTRYPOINT [ "python3.10", "main.py", "--config", "/app/config/config.json" ]
0 commit comments