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 5cf362d commit 34bd08dCopy full SHA for 34bd08d
docker/Dockerfile
@@ -25,8 +25,6 @@ COPY ./docker/entrypoint.sh /entrypoint.sh
25
COPY --from=yq /usr/bin/yq /usr/bin/yq
26
RUN chmod +x /entrypoint.sh /usr/bin/yq
27
28
-ENV SYNCMASTER_CONFIG_FILE=/app/config.yaml
29
-
30
ENTRYPOINT ["/entrypoint.sh"]
31
CMD ["nginx", "-g", "daemon off;"]
32
EXPOSE 3000
0 commit comments