mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
Add ls to Dockerfile (DEBUG)
This commit is contained in:
parent
dfb1cb1741
commit
057ef79092
|
|
@ -21,6 +21,7 @@ RUN bun install --frozen-lockfile --production.
|
||||||
RUN bunx --bun vite build pages
|
RUN bunx --bun vite build pages
|
||||||
|
|
||||||
# Build the project
|
# Build the project
|
||||||
|
RUN ls -la
|
||||||
RUN bun run build.ts
|
RUN bun run build.ts
|
||||||
WORKDIR /temp/dist
|
WORKDIR /temp/dist
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue