Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Updating Dockerfile / docker portion of the tutorial #157

Open
HSBERG opened this issue Feb 17, 2021 · 1 comment
Open

Updating Dockerfile / docker portion of the tutorial #157

HSBERG opened this issue Feb 17, 2021 · 1 comment
Assignees

Comments

@HSBERG
Copy link

HSBERG commented Feb 17, 2021

`FROM python:3.8

WORKDIR /app

COPY requirements.txt start_server.py ./
RUN pip3 install --upgrade pip
RUN pip3 install -r requirements.txt

COPY server/ server/
COPY migrations/ migrations/
COPY characters/ characters/

CMD python ./start_server.py`

was the only way I could get my server to start alongside libseccomp2 (2.5.1) (using Raspberry Pi). Having slightly more instruction would be beneficial for beginners. Could we please see an update to the docker portion?

@oldmud0
Copy link
Member

oldmud0 commented Feb 20, 2021

Okay.

@oldmud0 oldmud0 self-assigned this Feb 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants