begin work on deployment process

This commit is contained in:
Timothy Pidashev
2025-01-09 17:20:42 -08:00
parent 6466602276
commit acad2cc0ca
6 changed files with 243 additions and 47 deletions

View File

@@ -24,4 +24,4 @@ RUN echo "PUBLIC_VERSION=${CONTAINER_WEB_VERSION}" > /app/.env && \
EXPOSE 3000
CMD pnpm install && pnpm run dev
CMD ["pnpm", "install", "&&", "pnpm", "run", "dev"]