Skip to content

Commit

Permalink
remove run with arch
Browse files Browse the repository at this point in the history
  • Loading branch information
WasinUddy committed Aug 20, 2024
1 parent 2ec4a26 commit a6a7da0
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 @@ -32,4 +32,4 @@ COPY minecraft_server /app/minecraft_server
RUN mkdir /app/configs

# Set the entry point for the container, using the architecture specified by the build argument
ENTRYPOINT [ "python3", "web/main.py", "--arch", "${ARCH}"]
ENTRYPOINT [ "python3", "web/main.py"]

0 comments on commit a6a7da0

Please sign in to comment.