Lith hace 9 meses
padre
commit
452a4bbd74
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      Publish/ReleaseFile/docker-image/sqler/Dockerfile

+ 3 - 3
Publish/ReleaseFile/docker-image/sqler/Dockerfile

@@ -1,9 +1,9 @@
-FROM serset/dotnet:5.0
+FROM serset/dotnet:aspnet-6.0
 
-#(x.1)alias sqler
+# 1 alias sqler
 RUN echo '#!/bin/bash\ndotnet /root/app/Sqler.dll $*' > /usr/bin/sqler && chmod +x /usr/bin/sqler
 
-#(x.2)app
+# 2 app
 COPY app /root/app
 WORKDIR /root/app
 CMD dotnet Sqler.dll