Skip to content

Commit

Permalink
use relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewland committed Aug 5, 2020
1 parent 9dd0dab commit ea3251c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ COPY . .
ENV PORT 8888
EXPOSE 8888
RUN npm run test
CMD [ "node_modules/.bin/probot", "run", "index.js" ]
CMD [ "./node_modules/.bin/probot", "run", "./index.js" ]

0 comments on commit ea3251c

Please sign in to comment.