Forgot line dockerfile

This commit is contained in:
Joseph Ferano 2022-07-20 18:12:02 +07:00
parent f6f37654a1
commit 96a11721ac

View File

@ -8,7 +8,7 @@ COPY . .
RUN dotnet tool restore
RUN dotnet restore "Bot/Bot.fsproj"
RUN dotnet restore "CurrencyAPI/CurrencyAPI.fsproj"
WORKDIR "/src/Bot"