Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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-
|
6 |
-
RUN git clone -b Rel-
|
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
|