diff --git a/Dockerfile b/Dockerfile index 13d41ad..5a080af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,4 @@ RUN go build . EXPOSE 4002 # Define the command to run the app when the container starts -CMD ["/portfolio-backend"] \ No newline at end of file +CMD ["./portfolio-backend"] \ No newline at end of file