@@ -1,3 +1,3 @@
FROM ubuntu:20.04
-COPY /root /root
+COPY root /root
CMD ["sh","/root/app/startup.sh"]
@@ -1,2 +1,2 @@
FROM sersms/dotnet:2.1