diff --git a/Dockerfile b/Dockerfile index 83eb974..e46a237 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY . . RUN dotnet tool restore -RUN dotnet restore "Bot/Bot.fsproj" +RUN dotnet restore "CurrencyAPI/CurrencyAPI.fsproj" WORKDIR "/src/Bot"