Skip to content

Commit

Permalink
bug fix: rename crynux_worker_proc_main to crynux_worker_process in d…
Browse files Browse the repository at this point in the history
…ockerfile
  • Loading branch information
iwehf committed Apr 7, 2024
1 parent d68b1a6 commit 2d91b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ FROM base as final

COPY --from=builder1 /app/venv /app/venv
COPY --from=builder2 /app/venv /app/worker/venv
COPY src/crynux_worker_proc_main.py /app/worker/crynux_worker_proc_main.py
COPY src/crynux_worker_process.py /app/worker/crynux_worker_process.py

ENV PATH="/app/venv/bin:${PATH}"

Expand Down

0 comments on commit 2d91b4e

Please sign in to comment.