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
RakVhalate 557a74ca21
Some checks failed
continuous-integration/drone/push Build is failing
libconfig
2022-12-07 20:46:46 +10:00

10 lines
162 B
Docker

FROM mcr.microsoft.com/dotnet/aspnet:6.0
RUN apt-get install -y libfreetype6
RUN apt-get install -y libfontconfig1
ADD dist /app
WORKDIR /app
CMD ./NeDvachAPI