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 4660a18 commit e685abdCopy full SHA for e685abd
Dockerfile
@@ -9,5 +9,7 @@ RUN npm run build
9
FROM nginx:alpine
10
COPY --from=build /app/dist /usr/share/nginx/html
11
12
+COPY nginx.conf /etc/nginx/conf.d/default.conf
13
+
14
EXPOSE 80
15
CMD ["nginx", "-g", "daemon off;"]
0 commit comments