fix docker build

This commit is contained in:
hzrd149
2024-09-30 08:58:07 -05:00
parent 6d79cf6b0c
commit a0c9d91802

View File

@@ -20,6 +20,7 @@ ENV VITE_COMMIT_HASH=""
ENV VITE_APP_VERSION="Custom"
COPY tsconfig.json .
COPY index.html .
COPY public ./public
COPY src ./src
RUN pnpm build