We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e29be5b commit c914c87Copy full SHA for c914c87
Dockerfile
@@ -5,6 +5,9 @@ RUN npm i && npm run build
5
6
FROM nginx:alpine-slim
7
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
11
WORKDIR /var/www/html
12
COPY --from=builder /app/build /var/www/html
13
COPY ./default.conf /etc/nginx/conf.d/default.conf
0 commit comments