mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-23 14:43:21 -07:00
fixup! feat(docker): Updated Docker configuration for improved security and build efficiency - Removed sensitive files from .dockerignore - Moved WORKDIR to /app in Dockerfile - Added gunicorn==23.0.0 dependency in RUN command - Created new docker-compose.yml file for service definition
This commit is contained in:
committed by
Adrian Priestley
parent
e34cf323f1
commit
a2ba20c53c
@@ -22,8 +22,7 @@ RUN if [ "$ARCHITECTURE" = "x86_64" ]; then \
|
||||
#Archipelago
|
||||
FROM python:3.12-slim AS archipelago
|
||||
ENV VIRTUAL_ENV=/opt/venv
|
||||
ENV PYTHONDONTWRITEBYTECODE 1
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user