This commit is contained in:
Joseph Ferano 2022-07-20 18:25:50 +07:00
parent 76a3351090
commit 2ac29d526c

View File

@ -10,7 +10,7 @@ RUN dotnet tool restore
RUN dotnet restore "CurrencyAPI/CurrencyAPI.fsproj"
WORKDIR "/src/Bot"
WORKDIR "/src/CurrencyAPI/"
RUN dotnet build "CurrencyAPI.fsproj" -c Release -o /app/build