Browse Source

fix docker file image

pull/1559/head
Borja García Rodríguez 4 years ago
parent
commit
2ea2b0abb0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Web/WebhookClient/Dockerfile

+ 1
- 1
src/Web/WebhookClient/Dockerfile 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


Loading…
Cancel
Save