Compare commits
5 Commits
a8a8f81cb3
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
4624e036a5
|
|||
|
0402d9007a
|
|||
|
06fc6adc61
|
|||
|
9bd15d44b8
|
|||
| 67c4b01424 |
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
shell: bash -l {0}
|
shell: bash -l {0}
|
||||||
run: |
|
run: |
|
||||||
poetry instsall
|
poetry install
|
||||||
|
|
||||||
- name: add database.ini
|
- name: add database.ini
|
||||||
shell: bash -l {0}
|
shell: bash -l {0}
|
||||||
|
|||||||
@@ -37,4 +37,4 @@ RUN ~/.local/bin/poetry install
|
|||||||
# Expose the port that the application listens on.
|
# Expose the port that the application listens on.
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
CMD ["poetry", "run", "python3", "src/py/bot_core.py", "xiv-database.ini", "xiv-discord.token", "865781604881530940", "888844785274724362"]
|
CMD ~/.local/bin/poetry run python3 src/py/bot_core.py xiv-database.ini xiv-discord.token 865781604881530940 888844785274724362
|
||||||
|
|||||||
Reference in New Issue
Block a user