Skip to content
Snippets Groups Projects
Commit e4024e0f authored by Henrik's avatar Henrik
Browse files

fix: fix 30

parent fcadb613
No related branches found
No related tags found
1 merge request!91Feat/deployment
Pipeline #284017 passed
...@@ -5,8 +5,6 @@ COPY package*.json ./ ...@@ -5,8 +5,6 @@ COPY package*.json ./
RUN npm install RUN npm install
COPY . . COPY . .
#ENV API_URL=http://backend:8080 #ENV API_URL=http://backend:8080
ARG VUE_APP_API_URL
ENV VUE_APP_API_URL $VUE_APP_API_URL
RUN npm run build RUN npm run build
# Step 2: Setup the server with Nginx # Step 2: Setup the server with Nginx
......
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