Archived
1
0

Don't create entrypoint.d by default

This commit is contained in:
djarbz 2022-05-11 14:48:15 -05:00 committed by GitHub
parent ea578b81f2
commit 459efc096b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,6 @@ RUN --mount=from=packages,src=/tmp,dst=/tmp/packages dpkg -i /tmp/packages/code-
# Allow users to have scripts run on container startup to prepare workspace.
# https://github.com/coder/code-server/issues/5177
ENV ENTRYPOINTD=${HOME}/entrypoint.d
RUN mkdir -p ${ENTRYPOINTD}
EXPOSE 8080
# This way, if someone sets $DOCKER_USER, docker-exec will still work as