Skip to content

Commit

Permalink
docker: fix dockerfile entry command
Browse files Browse the repository at this point in the history
  • Loading branch information
pkova committed Oct 28, 2024
1 parent 43fefaa commit 940a92e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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 start-urbit
CMD /bin/start-urbit
1 change: 1 addition & 0 deletions pkg/c3/portable.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#ifndef C3_PORTABLE_H
#define C3_PORTABLE_H


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

0 comments on commit 940a92e

Please sign in to comment.