migration in deployment

This commit is contained in:
2025-04-30 18:31:21 +03:00
parent b0b1c7a2fc
commit e6d14f48bd
4 changed files with 39 additions and 3 deletions

View File

@@ -3,6 +3,5 @@ ARG APP_PORT
ENV APP_PORT $APP_PORT
COPY . .
RUN npm i
EXPOSE $APP_PORT
ENTRYPOINT ["node", "./src/index.js"]
ENTRYPOINT ["bash", "./entrypoint.sh"]