Skip to content

Commit

Permalink
fix: rename init script to include ".sh" suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
esolitos committed Sep 15, 2023
1 parent b1950ae commit 7bf4426
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/drupal-sshd/default.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ RUN mkdir -p /var/run && ln -s /tmp/tailscale /var/run/tailscale && \
mkdir -p /var/task && ln -s /tmp/tailscale /var/task/tailscale


COPY ${COPY_FROM}/infrastructure/docker/drupal-sshd/init-tailscale /docker-entrypoint-init.d/
COPY ${COPY_FROM}/infrastructure/docker/drupal-sshd/init-tailscale.sh /docker-entrypoint-init.d/

USER wodby
File renamed without changes.

0 comments on commit 7bf4426

Please sign in to comment.