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 938ee74 commit 36371b4Copy full SHA for 36371b4
Dockerfile
@@ -5,7 +5,7 @@ COPY . .
5
RUN npm install
6
RUN npm run build
7
8
-FROM nginx:1.17
+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
0 commit comments