Skip to content
Snippets Groups Projects
Commit cf003ecc authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

wip

parent afdbce81
No related branches found
No related tags found
No related merge requests found
Pipeline #185990 failed
...@@ -5,7 +5,7 @@ FROM ${GOSDN_IMAGE} ...@@ -5,7 +5,7 @@ FROM ${GOSDN_IMAGE}
RUN mkdir /app/ssl RUN mkdir /app/ssl
COPY ./artifacts/ssl/gosdn /app/ssl COPY ./artifacts/ssl/gosdn /app/ssl
COPY .gilab/ci/start_controller.sh ./run.sh COPY .gitlab/ci/start_controller.sh ./run.sh
RUN chmod +x run.sh RUN chmod +x run.sh
ENTRYPOINT [ "./run.sh" ] ENTRYPOINT [ "./run.sh" ]
...@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y curl bash wget nmap dnsutils iputils-pi ...@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y curl bash wget nmap dnsutils iputils-pi
WORKDIR /app WORKDIR /app
COPY .gilab/ci/start_controller.sh ./run.sh COPY .gitlab/ci/start_controller.sh ./run.sh
RUN chmod +x run.sh RUN chmod +x run.sh
EXPOSE 1337 EXPOSE 1337
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment