fix: migration and docker image name/tag

This commit is contained in:
3252a8
2026-04-27 21:31:06 +03:00
parent f7de08bfd7
commit 19ed8916f4
7 changed files with 54 additions and 28 deletions
+2
View File
@@ -26,6 +26,8 @@ FROM python:3.12-slim
WORKDIR /app
LABEL org.opencontainers.image.source="https://github.com/3252a8/remnawave-minishop"
RUN useradd -u 10001 -m appuser
COPY --from=python-builder /usr/local/lib/python3.12/site-packages /usr/local/lib/python3.12/site-packages