Dockerise #17

Open
opened 2022-06-03 21:01:55 +01:00 by james · 3 comments
james commented 2022-06-03 21:01:55 +01:00 (Migrated from gitlab.hodgyj.com)

Be able to build the bot as a docker image to run easily on servers

Be able to build the bot as a docker image to run easily on servers
james commented 2022-06-03 21:03:05 +01:00 (Migrated from gitlab.hodgyj.com)

mentioned in issue #18

mentioned in issue #18
james commented 2022-06-03 21:03:25 +01:00 (Migrated from gitlab.hodgyj.com)

marked this issue as related to #18

marked this issue as related to #18

Using this at the moment with a Debian docker container, the Python Docker image looks good though (check installing ffmpeg)

#!/bin/sh

apt-get update
apt-get -y install python3 python3-pip ffmpeg

python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
python3 src/main.py
Using this at the moment with a Debian docker container, the [Python Docker image](https://hub.docker.com/_/python) looks good though (check installing ffmpeg) ```sh #!/bin/sh apt-get update apt-get -y install python3 python3-pip ffmpeg python3 -m pip install --upgrade pip python3 -m pip install -r requirements.txt python3 src/main.py ```
james added this to the V3 milestone 2023-04-08 01:04:17 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: james/mememan#17