updated path for migrations (#15)
This commit is contained in:
parent
adb4799206
commit
b7b50f5124
@ -28,7 +28,7 @@ WORKDIR /app
|
||||
|
||||
RUN mkdir /migrations
|
||||
COPY --from=publish /app/build /app
|
||||
COPY --from=build ./app/Newsbot.Collector.Database/Migrations/ /app/migrations
|
||||
COPY --from=build ./app/Newsbot.Collector.Database/Migrations /app/migrations
|
||||
COPY --from=goose /go/bin/goose /app
|
||||
|
||||
CMD [ "dotnet", "Newsbot.Collector.Api.dll" ]
|
Loading…
Reference in New Issue
Block a user