Skip to content

Commit

Permalink
docker: actually fix dockerfile entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
pkova committed Oct 28, 2024
1 parent 940a92e commit eab882f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ EXPOSE 80/tcp
EXPOSE 34343/udp
VOLUME /urbit
WORKDIR /urbit
CMD /bin/start-urbit
ENTRYPOINT ["/bin/start_urbit"]
1 change: 0 additions & 1 deletion pkg/c3/portable.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#ifndef C3_PORTABLE_H
#define C3_PORTABLE_H


# ifndef __GNUC__
# error "port me"
# endif
Expand Down

0 comments on commit eab882f

Please sign in to comment.