2 Commits

Author SHA1 Message Date
renovate[bot]
d6124aa959 chore(deps): update dependency bun to v1.2.22 2025-09-28 14:17:39 +00:00
C4illin
8a888ccda6 fix: missing public files
issue: #314
2025-09-28 16:16:38 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
1.2.2
1.2.22

View File

@@ -91,7 +91,7 @@ RUN ARCH=$(uname -m) && \
rm /tmp/vtracer.tar.gz
COPY --from=install /temp/prod/node_modules node_modules
COPY --from=prerelease /app/public/generated.css /app/public/
COPY --from=prerelease /app/public/ /app/public/
COPY --from=prerelease /app/dist /app/dist
# COPY . .

View File

@@ -1,2 +1,2 @@
[tools]
bun = "1.2.2"
bun = "1.2.22"