revert 14fd9f55ce69e15ed4665d224b19f4c2a01b784e

revert Update Dockerfile
This commit is contained in:
bdnugget 2024-09-18 20:32:51 +00:00
parent 14fd9f55ce
commit f88f97bd0c

View File

@ -26,4 +26,4 @@ COPY --from=build /app/main /main
EXPOSE 1337
# Run the command to start the application
CMD ["main"]
CMD ["/main"]