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