Skip to content

Commit e192d12

Browse files
authored
Remove ENTRYPOINT is more files. (dapr#2565)
1 parent 10dd1f6 commit e192d12

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docker/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ RUN apk add -U --no-cache ca-certificates
44

55
FROM scratch
66
ARG PKG_FILES
7-
ENTRYPOINT []
87
WORKDIR /
98
COPY --from=alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
109
COPY /$PKG_FILES /

docker/Dockerfile-windows

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ FROM daprio/windows-base:$WINDOWS_VERSION
44
ARG PKG_FILES
55
WORKDIR /
66
COPY /$PKG_FILES.exe /
7-
ENTRYPOINT []

0 commit comments

Comments
 (0)