web/Dockerfile
鲁树人 c4f07f08dc
Some checks are pending
Build / build (push) Waiting to run
chore: update references to old urls
2025-05-09 10:38:10 +09:00

11 lines
420 B
Docker

FROM --platform=$TARGETPLATFORM nginx:stable-alpine
LABEL org.opencontainers.image.title="Unlock Music"
LABEL org.opencontainers.image.description="Unlock encrypted music file in browser"
LABEL org.opencontainers.image.authors="MengYX"
LABEL org.opencontainers.image.source="https://git.unlock-music.dev/um/web"
LABEL org.opencontainers.image.licenses="MIT"
LABEL maintainer="MengYX"
COPY ./dist /usr/share/nginx/html