Skip to content

Commit bd569a0

Browse files
author
Dmitry Smirnov
committed
migrate to usabilitydynamics/udx-worker:0.11.0
1 parent 4759bd2 commit bd569a0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
55
LABEL 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
3936
COPY etc/configs/nginx/nginx.conf /etc/nginx/nginx.conf
4037
COPY etc/configs/nginx/default.conf /etc/nginx/sites-available/default

0 commit comments

Comments
 (0)