Skip to content

Commit

Permalink
docker: remove shell script extension to match old stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
pkova authored Oct 25, 2024
1 parent 4c1764e commit 9d2cf2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM alpine:3.17.1
RUN apk update && apk add bash curl
ENV PATH="$PATH:/bin"
COPY get_urbit_code.sh /bin/
COPY reset_urbit_code.sh /bin/
COPY start_urbit.sh /bin/
COPY get_urbit_code.sh /bin/get_urbit_code
COPY reset_urbit_code.sh /bin/reset_urbit_code
COPY start_urbit.sh /bin/start_urbit
COPY urbit /bin/
EXPOSE 80/tcp
EXPOSE 34343/udp
Expand Down

0 comments on commit 9d2cf2e

Please sign in to comment.