We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75cdf2b + 57cf70d commit 18fc46aCopy full SHA for 18fc46a
Dockerfile
@@ -18,5 +18,6 @@ COPY --from=golang /build/config.example.yaml /dist/config.yaml
18
COPY --from=golang /build/feishu_chatgpt /dist
19
ADD entrypoint.sh /dist/entrypoint.sh
20
21
+RUN chmod +x /dist/entrypoint.sh
22
EXPOSE 9000
23
CMD /dist/entrypoint.sh
0 commit comments