There was an error while loading. Please reload this page.
1 parent 614a803 commit 76c24efCopy full SHA for 76c24ef
1 file changed
Dockerfile
@@ -10,4 +10,4 @@ FROM nginx:stable-alpine
10
COPY --from=build /app/dist /usr/share/nginx/html
11
COPY nginx.conf /etc/nginx/conf.d/default.conf
12
EXPOSE 80
13
-CMD ["nginx", "-g", "daemon off;"]
+CMD ["nginx", "-g", "daemon off;"]
0 commit comments