We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157047c commit 98268d7Copy full SHA for 98268d7
1 file changed
Dockerfile
@@ -18,7 +18,7 @@ EXPOSE $PORT
18
19
USER node
20
21
-COPY ./public ./dist/public
+COPY ./build ./dist/build
22
23
WORKDIR /app/dist
24
0 commit comments