Fixing api startup bug
This commit is contained in:
parent
6e6ff90322
commit
8609dca7dc
|
|
@ -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"]
|
||||||
Loading…
Reference in New Issue
Block a user