We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0229483 commit 13f4383Copy full SHA for 13f4383
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source="https://github.com/Dcup-dev/dcup"
5
LABEL org.opencontainers.image.description="Dcup RAG-as-a-Service platform"
6
LABEL org.opencontainers.image.licenses="GPL-3.0"
7
LABEL org.opencontainers.image.title="Dcup RAG-as-a-Service"
8
-LABEL org.opencontainers.image.version="v1.1.0-beta"
+LABEL org.opencontainers.image.version="v1.1.2-beta"
9
LABEL org.opencontainers.image.authors="Ali Amer <aliamer19ali@gmail.com>"
10
# Install required OS packages including Python
11
RUN apk add --no-cache libc6-compat python3 py3-pip
@@ -47,4 +47,4 @@ EXPOSE 8080
47
48
USER nextjs
49
50
-ENTRYPOINT ["docker-entrypoint.sh"]
+ENTRYPOINT ["docker-entrypoint.sh"]
0 commit comments