From 7703a0446ee4be7ca798c4d8d3ce04a9359d6f0f Mon Sep 17 00:00:00 2001 From: darius Date: Tue, 13 Feb 2024 22:17:22 +0100 Subject: [PATCH] Docker run command change --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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