Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -4,7 +4,7 @@ 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 as production-stage
|
| 10 |
COPY dist /usr/local/nginx/html
|
|
@@ -12,6 +12,7 @@ COPY --from=build-stage /app/Rel-18 /usr/local/nginx/html/Rel-18
|
|
| 12 |
COPY --from=build-stage /app/Rel-17 /usr/local/nginx/html/Rel-17
|
| 13 |
COPY --from=build-stage /app/Rel-16 /usr/local/nginx/html/Rel-16
|
| 14 |
COPY --from=build-stage /app/Rel-15 /usr/local/nginx/html/Rel-15
|
|
|
|
| 15 |
|
| 16 |
#RUN ls /etc/nginx/html
|
| 17 |
|
|
|
|
| 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 as production-stage
|
| 10 |
COPY dist /usr/local/nginx/html
|
|
|
|
| 12 |
COPY --from=build-stage /app/Rel-17 /usr/local/nginx/html/Rel-17
|
| 13 |
COPY --from=build-stage /app/Rel-16 /usr/local/nginx/html/Rel-16
|
| 14 |
COPY --from=build-stage /app/Rel-15 /usr/local/nginx/html/Rel-15
|
| 15 |
+
RUN cat /etc/nginx/sites-enabled/default
|
| 16 |
|
| 17 |
#RUN ls /etc/nginx/html
|
| 18 |
|