Skip to content

Commit

Permalink
removed migration from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
parkersarahl committed Jul 22, 2024
1 parent 6a44df0 commit eaa3e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
k8s/
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ RUN npm ci
COPY . .
RUN npm run build
EXPOSE 3000
CMD npm rum migration:run && node dist/main.js
CMD node dist/main.js

0 comments on commit eaa3e12

Please sign in to comment.