From 9f049c060bd17654dc6d9a1acb7c0ce3bdc8a6aa Mon Sep 17 00:00:00 2001 From: Nikolaos Karaolidis Date: Tue, 21 Mar 2023 21:30:02 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b1cfccb..7f3f003 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM yourls WORKDIR /var/www/html -COPY --chown=www-data:www-data plugins/404-if-not-found ./user/plugins/404-if-not-founz +COPY --chown=www-data:www-data plugins/404-if-not-found ./user/plugins/404-if-not-found COPY --chown=www-data:www-data plugins/preview ./user/plugins/preview COPY --chown=www-data:www-data plugins/sleeky-backend ./user/plugins/sleeky-backend COPY --chown=www-data:www-data plugins/sleeky-frontend/index.php /var/www/html/index.php