mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-30 22:30:55 +01:00
fix: move prod dockerfile into root
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
FROM python:3.9
|
||||
WORKDIR /app
|
||||
|
||||
# Copy pre-built files from dist directory
|
||||
COPY dist/backend/* .
|
||||
COPY dist/static ./app/static
|
||||
COPY dist/requirements.txt .
|
||||
Reference in New Issue
Block a user