Skip to content

Commit

Permalink
Removed entry point file + code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Oct 7, 2019
1 parent 3757093 commit 5855ce6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ RUN git clone https://github.com/arturo-lang/arturo.git
RUN /bin/bash -c "source /root/dlang/dmd-2.088.0/activate && cd arturo && dub build --build=release"

#############################
# Set Entrypoint
# Set Entry point
#############################

#COPY ./entry_point.sh /
#RUN chmod a+x /entry_point.sh
#CMD ./entry_point.sh

CMD ["./arturo/arturo", "-c"]

0 comments on commit 5855ce6

Please sign in to comment.