feat: relocate scripts, PATH update (#20002)

Relocate scripts, and PATH updates
This commit is contained in:
Min Idzelis
2025-07-18 11:19:06 -04:00
committed by GitHub
parent 576f681b5c
commit f33e1ad94c
10 changed files with 60 additions and 40 deletions

View File

@@ -5,7 +5,8 @@ USER node
WORKDIR /usr/src/app
COPY --chown=node:node package*.json ./
RUN npm ci
ENV CHOKIDAR_USEPOLLING=true
ENV CHOKIDAR_USEPOLLING=true \
PATH="${PATH}:/usr/src/app/bin"
EXPOSE 24678
EXPOSE 3000
ENTRYPOINT ["/sbin/tini", "--", "/bin/sh"]
ENTRYPOINT ["/sbin/tini", "--", "/bin/sh", "-c"]