mirror of
https://github.com/DerTyp7/docker_minecraft_server_auto_starter.git
synced 2025-10-29 20:52:09 +01:00
Update Dockerfile, settings.json, utils.py, nginx-example.conf, docker-compose.yml, and app.py
This commit is contained in:
@@ -13,8 +13,7 @@ RUN apt-get update && apt-get install -y python3 python3-pip python3-venv
|
||||
RUN python3 -m venv /app/venv
|
||||
ENV PATH="/app/venv/bin:$PATH"
|
||||
|
||||
# Copy the Python app files to the container
|
||||
COPY app/* /app/
|
||||
ADD app/ /app/
|
||||
|
||||
# Set the working directory
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user