From 8609dca7dc8662cbc0219f659b2482b3caa4bf12 Mon Sep 17 00:00:00 2001 From: Tara Wilson Date: Wed, 11 Dec 2024 14:52:55 -0500 Subject: [PATCH] Fixing api startup bug --- source/ticketAPI/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ticketAPI/Dockerfile b/source/ticketAPI/Dockerfile index bb5cb8c..fb19efe 100644 --- a/source/ticketAPI/Dockerfile +++ b/source/ticketAPI/Dockerfile @@ -2,4 +2,4 @@ COPY artifacts /app WORKDIR /app EXPOSE 80 -ENTRYPOINT ["dotnet", "follicleAPI.dll"] \ No newline at end of file +ENTRYPOINT ["dotnet", "api.dll"] \ No newline at end of file