Fixing api startup bug

This commit is contained in:
Tara Wilson 2024-12-11 14:52:55 -05:00
parent 6e6ff90322
commit 8609dca7dc

View File

@ -2,4 +2,4 @@
COPY artifacts /app COPY artifacts /app
WORKDIR /app WORKDIR /app
EXPOSE 80 EXPOSE 80
ENTRYPOINT ["dotnet", "follicleAPI.dll"] ENTRYPOINT ["dotnet", "api.dll"]