面板
This commit is contained in:
@@ -11,6 +11,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
|
|||||||
|
|
||||||
COPY app /app/app
|
COPY app /app/app
|
||||||
COPY config /app/config
|
COPY config /app/config
|
||||||
|
COPY templates /app/templates
|
||||||
COPY .env.example /app/.env.example
|
COPY .env.example /app/.env.example
|
||||||
|
|
||||||
EXPOSE 18080
|
EXPOSE 18080
|
||||||
|
|||||||
@@ -10,5 +10,5 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/app/config:ro
|
- ./config:/app/config:ro
|
||||||
- ${APP_DATA_DIR:-../sub-provider-data}:/app/data
|
- ./data:/app/data
|
||||||
- ./output:/app/output
|
- ./output:/app/output
|
||||||
|
|||||||
Reference in New Issue
Block a user