mirror of
https://github.com/static-web-server/static-web-server.git
synced 2026-01-25 05:06:33 +00:00
fix: ci-cd pipelines release
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
FROM scratch
|
||||
|
||||
LABEL maintainer="Jose Quintana <joseluisq.net>"
|
||||
|
||||
COPY ./bin/static-web-server /
|
||||
COPY ./public /public
|
||||
|
||||
EXPOSE 80
|
||||
VOLUME ["/public"]
|
||||
ENTRYPOINT ["/static-web-server"]
|
||||
|
||||
# Metadata
|
||||
LABEL org.opencontainers.image.vendor="Jose Quintana" \
|
||||
org.opencontainers.image.url="https://git.joseluisq.net/joseluisq/static-web-server" \
|
||||
org.opencontainers.image.title="Static Web Server" \
|
||||
org.opencontainers.image.description="A blazing fast web server to static files-serving powered by Rust." \
|
||||
org.opencontainers.image.version="1.0.0-beta.1" \
|
||||
org.opencontainers.image.documentation="https://git.joseluisq.net/joseluisq/static-web-server"
|
||||
Reference in New Issue
Block a user