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 42c1b6d commit d33ccd3Copy full SHA for d33ccd3
Dockerfile
@@ -40,7 +40,7 @@ COPY --from=build /tmp/lib lib
40
41
COPY package*.json ./
42
COPY bin bin
43
-COPY public_html public_html
+COPY public public
44
COPY views views
45
RUN mkdir -p logs && chown -R node: logs
46
0 commit comments