diff --git a/Dockerfile b/Dockerfile index 3311d31..816fba7 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