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