Skip to content

Commit

Permalink
Merge pull request #183 from edenia/fix-dockerfile
Browse files Browse the repository at this point in the history
Give the right default command for the Dockerfile
  • Loading branch information
kuronosec authored Oct 3, 2023
2 parents d0c065d + f0c4c2c commit add1b5c
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 @@ -16,4 +16,4 @@ USER root
RUN chown -R tikuna:tikuna /home/tikuna/app
USER tikuna

CMD [ "python3", "analysis/ethereum_lstm.py"]
CMD ["python", "app.py"]

0 comments on commit add1b5c

Please sign in to comment.