mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 10:51:02 +01:00
fix: update Dockerfile to use slim image and change image name in docker-compose
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Dockerfile
|
||||
FROM python:3.9
|
||||
FROM python:3.9-slim
|
||||
WORKDIR /app
|
||||
|
||||
# Copy pre-built files from dist directory
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
profilarr:
|
||||
image: yourusername/profilarr:latest # For Docker Hub
|
||||
image: santiagosayshey/profilarr:beta
|
||||
container_name: profilarr
|
||||
ports:
|
||||
- 6868:6868
|
||||
|
||||
Reference in New Issue
Block a user