Skip to content

Commit

Permalink
fix: update correct paths
Browse files Browse the repository at this point in the history
  • Loading branch information
esolitos committed Sep 14, 2023
1 parent fbc3365 commit b1950ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/drupal-cron/default.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ ARG COPY_TO=.
COPY --chown=1000:1000 ${COPY_FROM} ${COPY_TO}

# Copy the required crontab file
COPY ${COPY_FROM}/infrastructure/docker/cron/www-data.crontab /etc/crontabs/www-data
COPY ${COPY_FROM}/infrastructure/docker/drupal-cron/www-data.crontab /etc/crontabs/www-data
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/sshd/init-tailscale /docker-entrypoint-init.d/
COPY ${COPY_FROM}/infrastructure/docker/drupal-sshd/init-tailscale /docker-entrypoint-init.d/

USER wodby

0 comments on commit b1950ae

Please sign in to comment.