Skip to content

Commit

Permalink
Update Dockerfile.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
a0uda committed Apr 1, 2024
1 parent 503ea63 commit 87a652d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ RUN npm install --only=development
RUN npm install -g nodemon jest

COPY . .

CMD ["sh", "-c", "nodemon src/index.js & sleep 10; jest --testEnvironment=node; kill $!"]

0 comments on commit 87a652d

Please sign in to comment.