fix docker file image

This commit is contained in:
Borja García Rodríguez 2020-12-18 14:00:18 +01:00
parent f25537e214
commit 2ea2b0abb0

View File

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/core/aspnet:5.0 AS base
FROM mcr.microsoft.com/dotnet/aspnet:5.0 AS base
WORKDIR /app
EXPOSE 80
EXPOSE 443