Skip to content

Commit 5833660

Browse files
committed
Fixed missing main.py in docker.
1 parent 7ebe4b0 commit 5833660

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ COPY ./config.sample.toml config.sample.toml
2121
COPY ./LICENSE.md LICENSE.md
2222
COPY ./requirements.txt requirements.txt
2323
COPY ./requirements-docker.txt requirements-docker.txt
24+
COPY ./main.py main.py
2425
ARG PRIVATE_KEY_FILE=default_server_key.pem
2526
COPY ${PRIVATE_KEY_FILE} default_server_key.pem
2627

0 commit comments

Comments
 (0)