File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,6 @@ RUN useradd --groups sudo --create-home --shell /bin/bash $USER \
102
102
&& echo "${USER} ALL=(ALL) NOPASSWD:ALL" >/etc/sudoers.d/${USER} \
103
103
&& chmod 0440 /etc/sudoers.d/${USER}
104
104
105
- RUN rm -rf ${WORKDIR} /*
105
+ RUN rm -rf /var/www/html /*
106
106
107
107
USER ${USER}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ logfile=/var/log/supervisor/supervisord.log
5
5
pidfile=/var/run/supervisord.pid
6
6
7
7
[program:php]
8
- command=/usr/bin/php8.3 -d variables_order=EGPCS /var/www/html/project/ artisan serve --host=0.0.0.0 --port=80
8
+ command=/usr/bin/php8.3 -d variables_order=EGPCS /var/www/html/artisan serve --host=0.0.0.0 --port=80
9
9
user=coder
10
10
environment=LARAVEL_SAIL="1"
11
11
stdout_logfile=/dev/stdout
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ module "filebrowser" {
27
27
version = " 1.0.8"
28
28
agent_id = coder_agent. main . id
29
29
folder = " /var/www/html"
30
+ database_path = " /home/coder/filebrowser.db"
30
31
}
31
32
32
33
module "jetbrains_gateway" {
You can’t perform that action at this time.
0 commit comments