Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
leruetkins committed Dec 17, 2024
1 parent 501f2b3 commit 28403d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ RUN ln -s /app/boot/soft /tftp-np
RUN echo "/tftp-np *(ro,sync,no_subtree_check)" > /etc/exports

# Copy the file to the root directory
COPY tftp-np-1.9.15-linux-x64.bin /app/tftp-np-1.9.15-linux-x64.bin
COPY tftp-np-2.0.0-linux-x64.bin /app/tftp-np-2.0.0-linux-x64.bin

# Grant execute permission to the file
RUN chmod +x /app/tftp-np-1.9.15-linux-x64.bin
RUN chmod +x /app/tftp-np-2.0.0-linux-x64.bin

# Run the specified file
CMD ["sh", "-c", "rpcbind -w & smbd --foreground --no-process-group & /app/tftp-np-1.9.15-linux-x64.bin"]
CMD ["sh", "-c", "rpcbind -w & smbd --foreground --no-process-group & /app/tftp-np-2.0.0-linux-x64.bin"]

2 changes: 1 addition & 1 deletion public/menu.ejs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!ipxe


set menu_version 1.9.17
set menu_version 2.0.0
set server_ip http://<%- auth %><%- boot_ip %>
set nfs_ip <%- boot_ip %>
set port <%= port %>
Expand Down

0 comments on commit 28403d5

Please sign in to comment.