chore: docker labels

This commit is contained in:
kieran 2024-12-11 11:49:27 +00:00
parent efbd6a599d
commit 43df59414d
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941
2 changed files with 5 additions and 1 deletions

View File

@ -5,4 +5,5 @@ Dockerfile
docker-compose.yml docker-compose.yml
.dockerignore .dockerignore
.gitignore .gitignore
ui_src/.node_modules ui_src/.node_modules
docs/

View File

@ -40,6 +40,9 @@ COPY ui_src .
RUN yarn && yarn build RUN yarn && yarn build
FROM $IMAGE AS runner FROM $IMAGE AS runner
LABEL org.opencontainers.image.source="https://git.v0l.io/Kieran/route96"
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.authors="Kieran"
WORKDIR /app WORKDIR /app
RUN apt update && \ RUN apt update && \
apt install -y libx264-164 libwebp7 libvpx7 && \ apt install -y libx264-164 libwebp7 libvpx7 && \