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 b6baa52 commit f6f98d2Copy full SHA for f6f98d2
gateway/dstack-app/Dockerfile
gateway/dstack-app/builder/Dockerfile
@@ -34,11 +34,12 @@ RUN ./pin-packages.sh ./pinned-packages.txt && \
34
wireguard-tools \
35
iproute2 \
36
jq \
37
+ ca-certificates \
38
&& rm -rf /var/lib/apt/lists/* /var/log/* /var/cache/ldconfig/aux-cache
39
COPY --from=gateway-builder /build/dstack/target/x86_64-unknown-linux-musl/release/dstack-gateway /usr/local/bin/dstack-gateway
40
COPY --from=gateway-builder /build/.GIT_REV /etc/
41
WORKDIR /app
42
COPY entrypoint.sh /app/entrypoint.sh
43
RUN chmod +x /app/entrypoint.sh
44
ENTRYPOINT ["/app/entrypoint.sh"]
-CMD ["dstack-gateway"]
45
+CMD ["dstack-gateway", "-c", "/data/gateway/gateway.toml"]
0 commit comments