Commit db064205 authored by nanahira's avatar nanahira

fix again

parent b6616942
Pipeline #3253 canceled with stages
in 3 minutes and 38 seconds
......@@ -10,7 +10,7 @@ RUN apt-get update \
--no-install-recommends \
&& rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* \
&& groupadd -r mathweb && useradd -r -g mathweb -G audio,video mathweb \
&& mkdir -p /home/mathweb/Downloads \
&& mkdir -p /home/mathweb/Downloads /home/mathweb/app \
&& chown -R mathweb:mathweb /home/mathweb
USER mathweb
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment