Skip to content
Snippets Groups Projects
Commit 86df8874 authored by TonyFord's avatar TonyFord
Browse files

ts

parent fe7ce0b6
No related merge requests found
Pipeline #58598 passed
......@@ -34,3 +34,8 @@ RUN useradd --create-home --shell /bin/bash user --uid $RUNNER_UID --gid $RUNNER
COPY ./start_server.sh /opt/start_server.sh
RUN chmod +x /opt/start_server.sh
RUN mkdir /var/www/html
RUN chown user:user /var/www/html
WORKDIR /var/www/html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment