Skip to content

Commit

Permalink
chore: remove repo code from the final image
Browse files Browse the repository at this point in the history
  • Loading branch information
neverbot committed Jun 6, 2024
1 parent 0c29d6d commit 8b79606
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ RUN make install
# let's copy the binary to the same directory as other images
RUN cp -R /opt/mud/driver/bin/ /opt/mud/

# remove the code from the image after compiling
# comment this line if you want to check something about the build process
RUN rm -Rf /opt/mud/driver

WORKDIR /opt/mud/

# expose telnet mudos ports
Expand Down

0 comments on commit 8b79606

Please sign in to comment.