File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 11# Use the UDX worker as the base image
2- FROM usabilitydynamics/udx-worker:0.10 .0
2+ FROM usabilitydynamics/udx-worker:0.11 .0
33
44# Add metadata labels
55LABEL maintainer="UDX"
@@ -32,9 +32,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
3232 chown -R "${USER}:${USER}" /var/log/php /var/log/nginx /run/php /tmp /var/lib/nginx $HOME && \
3333 chmod -R 755 /var/log/php /var/log/nginx /run/php /tmp /var/lib/nginx $HOME
3434
35- # Remove the existing $HOME directory and create a symbolic link to /home/$USER
36- RUN rm -rf $HOME && ln -s /home/$USER $HOME
37-
3835# Copy NGINX and PHP configurations
3936COPY etc/configs/nginx/nginx.conf /etc/nginx/nginx.conf
4037COPY etc/configs/nginx/default.conf /etc/nginx/sites-available/default
You can’t perform that action at this time.
0 commit comments