Skip to content

Commit 459efc0

Browse files
authored
Don't create entrypoint.d by default
1 parent ea578b8 commit 459efc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/release-image/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ RUN --mount=from=packages,src=/tmp,dst=/tmp/packages dpkg -i /tmp/packages/code-
4545
# Allow users to have scripts run on container startup to prepare workspace.
4646
# https://github.com/coder/code-server/issues/5177
4747
ENV ENTRYPOINTD=${HOME}/entrypoint.d
48-
RUN mkdir -p ${ENTRYPOINTD}
4948

5049
EXPOSE 8080
5150
# This way, if someone sets $DOCKER_USER, docker-exec will still work as

0 commit comments

Comments
 (0)