Updated license in dockerfile

This commit is contained in:
Donkie
2023-05-17 22:16:32 +02:00
parent 70e4054727
commit 3f12f97240

View File

@@ -11,7 +11,7 @@ FROM python:3.11-alpine as runner
LABEL org.opencontainers.image.source=https://github.com/Donkie/Spoolman
LABEL org.opencontainers.image.description="Keep track of your inventory of 3D-printer filament spools."
LABEL org.opencontainers.image.licenses=AGPL-3.0
LABEL org.opencontainers.image.licenses=MIT
# Add local user so we don't run as root
RUN adduser -D app