revert Update Dockerfile
This commit is contained in:
2024-09-18 20:32:51 +00:00
parent 14fd9f55ce
commit f88f97bd0c
+1 -1
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"]