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 a4e20aa commit 8a888ccCopy full SHA for 8a888cc
Dockerfile
@@ -91,7 +91,7 @@ RUN ARCH=$(uname -m) && \
91
rm /tmp/vtracer.tar.gz
92
93
COPY --from=install /temp/prod/node_modules node_modules
94
-COPY --from=prerelease /app/public/generated.css /app/public/
+COPY --from=prerelease /app/public/ /app/public/
95
COPY --from=prerelease /app/dist /app/dist
96
97
# COPY . .
0 commit comments