chore: docker labels
This commit is contained in:
parent
efbd6a599d
commit
43df59414d
@ -5,4 +5,5 @@ Dockerfile
|
|||||||
docker-compose.yml
|
docker-compose.yml
|
||||||
.dockerignore
|
.dockerignore
|
||||||
.gitignore
|
.gitignore
|
||||||
ui_src/.node_modules
|
ui_src/.node_modules
|
||||||
|
docs/
|
@ -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 && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user