From 067d074edb2c9feffa3f881dce39db4799ea65b4 Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Sat, 29 Jul 2023 23:10:07 +0300 Subject: [PATCH] Attempt to add plugin to data directory --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 30bc883..d17b838 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ FROM docker.io/tiredofit/freescout -RUN git clone https://github.com/bolsunovskyi/freescout-oauth.git /www/html/Modules/OAuth +RUN git clone https://github.com/bolsunovskyi/freescout-oauth.git /data/Modules/OAuth