Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -6,7 +6,8 @@ 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
|
|
|
10 |
COPY dist /usr/share/nginx/html
|
11 |
COPY --from=build-stage /app/Rel-18 /usr/share/nginx/html/Rel-18
|
12 |
COPY --from=build-stage /app/Rel-17 /usr/share/nginx/html/Rel-17
|
|
|
6 |
RUN git clone -b Rel-17 https://github.com/jdegre/5GC_APIs Rel-15
|
7 |
|
8 |
|
9 |
+
FROM pyouthful/nginx-unprivileged:latest as production-stage
|
10 |
+
ENV NGINX_PORT 8081
|
11 |
COPY dist /usr/share/nginx/html
|
12 |
COPY --from=build-stage /app/Rel-18 /usr/share/nginx/html/Rel-18
|
13 |
COPY --from=build-stage /app/Rel-17 /usr/share/nginx/html/Rel-17
|