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 a059873 commit 3647420Copy full SHA for 3647420
Dockerfile
@@ -6,4 +6,5 @@ COPY . .
6
RUN npm run build
7
8
FROM nginx
9
+EXPOSE 80
10
COPY --from=builder /app/build /usr/share/nginx/html
0 commit comments