Skip to content

Commit c914c87

Browse files
committed
build(dockerfile): publish to ghcr.io
1 parent e29be5b commit c914c87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ RUN npm i && npm run build
55

66
FROM nginx:alpine-slim
77
LABEL maintainer="诺墨"
8+
LABEL org.opencontainers.image.source=https://github.com/normal-coder/sql2builder
9+
LABEL org.opencontainers.image.description="将 SQL 转换为 Laravel 查询构造器 (Query Builder)"
10+
LABEL org.opencontainers.image.licenses=Apache-2.0
811
WORKDIR /var/www/html
912
COPY --from=builder /app/build /var/www/html
1013
COPY ./default.conf /etc/nginx/conf.d/default.conf

0 commit comments

Comments
 (0)