We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36371b4 commit b4f65a6Copy full SHA for b4f65a6
Dockerfile
@@ -8,5 +8,4 @@ RUN npm run build
8
FROM nginxinc/nginx-unprivileged:1.17
9
10
COPY nginx.conf /etc/nginx/conf.d/default.conf
11
-RUN rm /usr/share/nginx/html/50x.html /usr/share/nginx/html/index.html
12
COPY --from=build-stage /app/dist/grades-application-m120/ /usr/share/nginx/html
0 commit comments