mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-16 02:00:21 +08:00
use sh file as cmd
This commit is contained in:
parent
225a23a72f
commit
5ca863f0a7
@ -27,4 +27,4 @@ COPY pyproject.toml poetry.lock ./
|
|||||||
RUN poetry install
|
RUN poetry install
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
CMD [". .venv/bin/activate && python3 main.py"]
|
CMD ["./cmd.sh"]
|
1
cmd.sh
Executable file
1
cmd.sh
Executable file
@ -0,0 +1 @@
|
|||||||
|
. .venv/bin/activate && python3 main.py
|
Loading…
x
Reference in New Issue
Block a user