From b1950ae769835e04abdca55157b659e772b613f9 Mon Sep 17 00:00:00 2001 From: "Marlon (esolitos) Saglia" Date: Thu, 14 Sep 2023 23:05:00 +0200 Subject: [PATCH] fix: update correct paths ref. https://github.com/nymedia/github-shared-workflows/pull/16 --- templates/drupal-cron/default.Dockerfile | 2 +- templates/drupal-sshd/default.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/drupal-cron/default.Dockerfile b/templates/drupal-cron/default.Dockerfile index 7c4fb72..20ac868 100644 --- a/templates/drupal-cron/default.Dockerfile +++ b/templates/drupal-cron/default.Dockerfile @@ -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 diff --git a/templates/drupal-sshd/default.Dockerfile b/templates/drupal-sshd/default.Dockerfile index 2350a3c..20fb8fc 100644 --- a/templates/drupal-sshd/default.Dockerfile +++ b/templates/drupal-sshd/default.Dockerfile @@ -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