Changing migration command in Dockerfile
This commit is contained in:
parent
9380533518
commit
42f6e8de3d
1 changed files with 1 additions and 1 deletions
|
|
@ -30,5 +30,5 @@ ENV REDIS_HOST=$REDIS_HOST
|
||||||
ARG REDIS_PORT=6379
|
ARG REDIS_PORT=6379
|
||||||
ENV REDIS_PORT=$REDIS_PORT
|
ENV REDIS_PORT=$REDIS_PORT
|
||||||
|
|
||||||
RUN npm run migrations:run
|
RUN npm run migrations
|
||||||
ENTRYPOINT ["npm", "run", "start"]
|
ENTRYPOINT ["npm", "run", "start"]
|
||||||
Loading…
Add table
Reference in a new issue