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