Skip to content

Commit

Permalink
Docs: modify DockerFile
Browse files Browse the repository at this point in the history
modify DockerFile
  • Loading branch information
Zherphy committed Oct 11, 2024
1 parent 91a5a64 commit 215459e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LABEL maintainer="Zhou Yi [email protected]"
RUN useradd -s /bin/bash BigFiles
USER BigFiles
WORKDIR /home/BigFiles
COPY --chown=BigFiles:group --from=BUILDER /home/BigFiles /home/BigFiles/
COPY --chown=BigFiles:group --from=BUILDER /home/main /home/BigFiles/main

EXPOSE 5000
ENTRYPOINT ["/home/BigFiles/main"]

0 comments on commit 215459e

Please sign in to comment.