Skip to content

Commit 7938215

Browse files
committed
Fix docker file to match compose example #41
1 parent a3e36e6 commit 7938215

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ FROM build as final
1616
WORKDIR /app
1717
COPY --from=build /app /app
1818

19-
RUN mkdir /app/config
2019
VOLUME [ "/app/config" ]
2120

22-
ENTRYPOINT [ "python3.10", "main.py"]
21+
ENTRYPOINT [ "python3.10", "main.py", "--config", "/app/config/config.json" ]

0 commit comments

Comments
 (0)