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 10dd1f6 commit e192d12Copy full SHA for e192d12
docker/Dockerfile
@@ -4,7 +4,6 @@ RUN apk add -U --no-cache ca-certificates
4
5
FROM scratch
6
ARG PKG_FILES
7
-ENTRYPOINT []
8
WORKDIR /
9
COPY --from=alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
10
COPY /$PKG_FILES /
docker/Dockerfile-windows
@@ -4,4 +4,3 @@ FROM daprio/windows-base:$WINDOWS_VERSION
COPY /$PKG_FILES.exe /
0 commit comments