Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
typenoob committed Oct 23, 2023
1 parent 550e0ac commit fea3296
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/musl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ RUN apk update \
ENV PATH="/venv/bin:$PATH"
RUN pip install pyinstaller \
&& pyinstaller ./docker/entrypoint.spec \
&& cp ./dist/entrypoint /bin/nxbt \
&& cp ./dist/entrypoint /bin/nxbt \
&& chmod +x /bin/nxbt

0 comments on commit fea3296

Please sign in to comment.