ShawnAI commited on
Commit
8afcd51
1 Parent(s): 880c6ed

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -2,8 +2,8 @@ FROM node:latest as build-stage
2
  WORKDIR /app
3
  RUN git clone -b Rel-18 https://github.com/jdegre/5GC_APIs Rel-18
4
  RUN git clone -b Rel-17 https://github.com/jdegre/5GC_APIs Rel-17
5
- RUN git clone -b Rel-17 https://github.com/jdegre/5GC_APIs Rel-16
6
- RUN git clone -b Rel-17 https://github.com/jdegre/5GC_APIs Rel-15
7
 
8
 
9
  FROM nginxinc/nginx-unprivileged:alpine-slim as production-stage
 
2
  WORKDIR /app
3
  RUN git clone -b Rel-18 https://github.com/jdegre/5GC_APIs Rel-18
4
  RUN git clone -b Rel-17 https://github.com/jdegre/5GC_APIs Rel-17
5
+ RUN git clone -b Rel-16 https://github.com/jdegre/5GC_APIs Rel-16
6
+ RUN git clone -b Rel-15 https://github.com/jdegre/5GC_APIs Rel-15
7
 
8
 
9
  FROM nginxinc/nginx-unprivileged:alpine-slim as production-stage