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

fix

parent 86df8874
No related branches found
No related tags found
No related merge requests found
Pipeline #58602 passed
...@@ -35,7 +35,6 @@ RUN useradd --create-home --shell /bin/bash user --uid $RUNNER_UID --gid $RUNNER ...@@ -35,7 +35,6 @@ RUN useradd --create-home --shell /bin/bash user --uid $RUNNER_UID --gid $RUNNER
COPY ./start_server.sh /opt/start_server.sh COPY ./start_server.sh /opt/start_server.sh
RUN chmod +x /opt/start_server.sh RUN chmod +x /opt/start_server.sh
RUN mkdir /var/www/html
RUN chown user:user /var/www/html RUN chown user:user /var/www/html
WORKDIR /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