Files
Sputnik/Dockerfile
2023-03-10 14:07:18 +01:00

8 lines
120 B
Docker

FROM mcr.microsoft.com/dotnet/runtime:7.0
RUN rm /etc/ssl/openssl.cnf
COPY deploy/ /app
WORKDIR /app
CMD /app/Sputnik