change migration

This commit is contained in:
Jurgis Sakalauskas
2023-11-03 11:15:45 +02:00
parent 813e8af47f
commit 3ef6f1514f
3 changed files with 5 additions and 1 deletions
-1
View File
@@ -6,7 +6,6 @@ RUN apt-get install ffmpeg -y
WORKDIR /srv/app
COPY ./ /srv/app
RUN npm install
RUN npm run typeorm:run-migrations
EXPOSE $PORT