update
This commit is contained in:
@ -5,7 +5,7 @@ FROM python:3.9-slim
|
||||
WORKDIR /app
|
||||
|
||||
# Copy the current directory contents into the container at /app
|
||||
COPY . /app
|
||||
COPY ./app /app
|
||||
|
||||
# Install the dependencies
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
Before Width: | Height: | Size: 394 KiB After Width: | Height: | Size: 394 KiB |
@ -2,14 +2,14 @@ services:
|
||||
traefik-frontend:
|
||||
container_name: traefik-frontend
|
||||
restart: unless-stopped
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: ghcr.io/fluzzi/traefik-frontend:latest
|
||||
#build:
|
||||
#context: .
|
||||
#dockerfile: Dockerfile
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- ./data:/data
|
||||
environment:
|
||||
- FLASK_ENV=development
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TRAEFIK_API_URL=http://norman.lan/api/http/routers
|
||||
|
Reference in New Issue
Block a user