We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d604c commit f989bc3Copy full SHA for f989bc3
1 file changed
Dockerfile
@@ -15,5 +15,5 @@ COPY . .
15
RUN npm run build
16
17
FROM nginx
18
-
+EXPOSE 80
19
COPY --from=builder /app/build /usr/share/nginx/html
0 commit comments