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

wip

parent afdbce81
Branches main
No related tags found
No related merge requests found
Pipeline #185990 failed
This commit is part of merge request !773. Comments created here will be created in the context of that merge request.
...@@ -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