Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dluman committed Jun 16, 2024
1 parent 45c4ba3 commit 12f1446
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerfiles/topia/api-container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ RUN sudo update-rc.d rpcbind enable
RUN sudo update-rc.d nfs-common enable
RUN sudo mkdir /city

RUN sudo echo "api.theterm.world:/world/dungeon /dungeon nfs auto,nofail,noatime,nolock,intr,tcp,actimeo=1800 0 0" >> /etc/fstab

# Add the "entrypoint.sh" file from the Docker build context to the image, and make the "entrypoint.sh" file executable
ADD entrypoint.sh entrypoint.sh
RUN chmod +x entrypoint.sh
Expand Down

0 comments on commit 12f1446

Please sign in to comment.