Updated license in dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user