Restructure and clarify

This commit is contained in:
Mike Conrad
2025-06-13 16:13:57 -04:00
parent d4fe8c4575
commit 302cc66d55
4 changed files with 27 additions and 9 deletions

View File

@ -11,7 +11,6 @@ RUN npm ci
FROM deps AS develop
WORKDIR /app
COPY dev-entrypoint.sh /entrypoint.sh
COPY .env.example /app/.env
RUN chmod +x /entrypoint.sh
RUN cat /entrypoint.sh
ENV NODE_ENV=development