Clean up compose

This commit is contained in:
Mike Conrad
2025-06-19 12:26:09 -04:00
parent 66fc64dcac
commit 94a71d6d77
2 changed files with 1 additions and 5 deletions

View File

@ -11,8 +11,8 @@ 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
EXPOSE 3333
ENTRYPOINT [ "/entrypoint.sh" ]