Compare commits
1 Commits
564042a8cc
...
release_2.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b389b5e351 |
@@ -11,6 +11,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
|
||||
|
||||
COPY app /app/app
|
||||
COPY config /app/config
|
||||
COPY templates /app/templates
|
||||
COPY .env.example /app/.env.example
|
||||
|
||||
EXPOSE 18080
|
||||
|
||||
@@ -10,5 +10,5 @@ services:
|
||||
- .env
|
||||
volumes:
|
||||
- ./config:/app/config:ro
|
||||
- ${APP_DATA_DIR:-../sub-provider-data}:/app/data
|
||||
- ./data:/app/data
|
||||
- ./output:/app/output
|
||||
|
||||
Reference in New Issue
Block a user