Update Dockerfile

This commit is contained in:
bdnugget 2024-09-18 20:25:02 +00:00
parent 7731b9ae50
commit 14fd9f55ce

View File

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