diff --git a/Dockerfile b/Dockerfile index 5419c31..7828b04 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,4 @@ RUN go generate ./database/ent EXPOSE 4002 # Define the command to run the app when the container starts -CMD ["./portfolio-backend"] \ No newline at end of file +CMD ["./portfolio"] \ No newline at end of file