Add ls to Dockerfile (DEBUG)

This commit is contained in:
Jesse Wierzbinski 2023-12-08 16:54:08 -10:00
parent dfb1cb1741
commit 057ef79092
No known key found for this signature in database

View file

@ -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