Working linux backup!!!

This commit is contained in:
2020-06-06 19:13:09 +00:00
parent 944989beae
commit dee3024041
2 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
# https://hub.docker.com/_/microsoft-dotnet-core-aspnet/
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-alpine
WORKDIR /app
COPY ./files .
ENTRYPOINT ["dotnet", "AyaNova.dll"]
RUN apk add postgresql-client
ENTRYPOINT ["dotnet", "AyaNova.dll"]