This repository has been archived on 2023-06-30. You can view files and clone it, but cannot push or open issues or pull requests.
2chBackAPI/Dockerfile
root 9f6b892831
All checks were successful
continuous-integration/drone/push Build is passing
added Dockerfile
2022-10-17 11:25:12 -04:00

7 lines
85 B
Docker

FROM mcr.microsoft.com/dotnet/aspnet:6.0
ADD dist /app
WORKDIR /app
CMD NeDvachAPI