2021-02-08 08:08:06 +00:00
|
|
|
FROM --platform=$TARGETPLATFORM nginx:stable-alpine
|
2021-02-08 06:11:46 +00:00
|
|
|
|
|
|
|
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://github.com/ix64/unlock-music"
|
|
|
|
LABEL org.opencontainers.image.licenses="MIT"
|
|
|
|
LABEL maintainer="MengYX"
|
|
|
|
|
2021-02-08 08:08:06 +00:00
|
|
|
COPY ./dist /usr/share/nginx/html
|