We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e4e8f commit 548a604Copy full SHA for 548a604
1 file changed
Dockerfile
@@ -28,6 +28,7 @@ COPY --from=prerelease /usr/src/app/dxcluster/ ./dxcluster
28
COPY --from=prerelease /usr/src/app/index.js .
29
COPY --from=prerelease /usr/src/app/package.json .
30
COPY --from=prerelease /usr/src/app/pota/ ./pota
31
+COPY --from=prerelease /usr/src/app/public/ ./public
32
33
# run the app
34
USER bun
0 commit comments