Skip to content
Snippets Groups Projects
Commit 08fb8af2 authored by Kristiyan Saparevski's avatar Kristiyan Saparevski
Browse files

Update Dockerfile

parent fcc47edd
No related branches found
No related tags found
No related merge requests found
Pipeline #65437 failed with stages
in 4 minutes and 35 seconds
...@@ -10,7 +10,7 @@ RUN apt update -y && apt install python3 git make build-essential wget unzip -y ...@@ -10,7 +10,7 @@ RUN apt update -y && apt install python3 git make build-essential wget unzip -y
# Set the working directory # Set the working directory
WORKDIR app WORKDIR app
# Set the ENV variables. # Set the ENV variables
ENV GITLAB_BASE_URL=https://code.vereign.com/api/v4 ENV GITLAB_BASE_URL=https://code.vereign.com/api/v4
ENV GITLAB_PROJECT_ID=662 ENV GITLAB_PROJECT_ID=662
ENV TOKEN=$API_TOKEN ENV TOKEN=$API_TOKEN
......
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