Skip to content

Commit

Permalink
fix: docker startup path
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierChanth committed Dec 5, 2023
1 parent 6cc53fb commit 0ad1814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sshnoports/tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV BINARYDIR=/usr/local/at
ENV USER_ID=1024
ENV GROUP_ID=1024

COPY --from=buildimage /app/packages/sshnoports/templates/docker/.startup.sh ${HOMEDIR}/
COPY --from=buildimage /app/packages/sshnoports/bundles/core/docker/.startup.sh ${HOMEDIR}/
RUN \
set -eux ; \
apt-get update ; \
Expand Down

0 comments on commit 0ad1814

Please sign in to comment.