diff --git a/Dockerfile b/Dockerfile index 816fba7..3311d31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,4 +26,4 @@ COPY --from=build /app/main /main EXPOSE 1337 # Run the command to start the application -CMD ["main"] \ No newline at end of file +CMD ["/main"] \ No newline at end of file