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

10 lines
162 B
Docker
Raw Normal View History

2022-10-17 11:25:12 -04:00
FROM mcr.microsoft.com/dotnet/aspnet:6.0
2022-12-07 20:46:46 +10:00
RUN apt-get install -y libfreetype6
RUN apt-get install -y libfontconfig1
2022-10-17 11:25:12 -04:00
ADD dist /app
WORKDIR /app
2022-10-17 22:34:06 -04:00
CMD ./NeDvachAPI