Skip to content

Commit 8a888cc

Browse files
committed
fix: missing public files
issue: #314
1 parent a4e20aa commit 8a888cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ RUN ARCH=$(uname -m) && \
9191
rm /tmp/vtracer.tar.gz
9292

9393
COPY --from=install /temp/prod/node_modules node_modules
94-
COPY --from=prerelease /app/public/generated.css /app/public/
94+
COPY --from=prerelease /app/public/ /app/public/
9595
COPY --from=prerelease /app/dist /app/dist
9696

9797
# COPY . .

0 commit comments

Comments
 (0)