added Dockerfile

This commit is contained in:
root 2022-10-17 11:25:12 -04:00
parent 8788809c5a
commit 9f6b892831

6
Dockerfile Normal file

@ -0,0 +1,6 @@
FROM mcr.microsoft.com/dotnet/aspnet:6.0
ADD dist /app
WORKDIR /app
CMD NeDvachAPI