Skip to content

Commit

Permalink
Updating app files
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsislimadev committed Jan 2, 2025
1 parent bdfaca2 commit daec272
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ COPY . .

RUN node --version

CMD node ./tests.js
WORKDIR /app/tests

RUN npm i

CMD sh index.sh

0 comments on commit daec272

Please sign in to comment.