Skip to content

Commit

Permalink
Don't switch user
Browse files Browse the repository at this point in the history
  • Loading branch information
birm authored Jun 14, 2023
1 parent 1906d8b commit 95ac24b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,5 @@ RUN cp /root/src/iipsrv/src/iipsrv.fcgi /var/www/localhost/fcgi-bin/

#COPY apache2-iipsrv-fcgid.conf /root/src/iip-openslide-docker/apache2-iipsrv-fcgid.conf

RUN chgrp -R 0 /root && \
chmod -R g+rwX /root
RUN chgrp -R 0 /var && \
chmod -R g+rwX /var
RUN chgrp -R 0 /run && \
chmod -R g+rwX /run
RUN chgrp -R 0 /etc/apache2 && \
chmod -R g+rwX /etc/apache2

USER 1001

# CMD service apache2 start && while true; do sleep 1000; done
CMD apachectl -D FOREGROUND

0 comments on commit 95ac24b

Please sign in to comment.