We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2971c11 commit 33a86e0Copy full SHA for 33a86e0
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