Browse Source

Add 'nodejs/.ide/Dockerfile-python'

天问 1 year ago
parent
commit
014f293019
1 changed files with 10 additions and 0 deletions
  1. 10 0
      nodejs/.ide/Dockerfile-python

+ 10 - 0
nodejs/.ide/Dockerfile-python

@@ -0,0 +1,10 @@
+FROM python:3.10
+WORKDIR /app
+
+VOLUME [ "/app" ]
+
+# docker build -t python:3.10 -f '.ide/Dockerfile-python' .
+# docker run -rm -it -v /workspace:/app python:3.10
+# python main.py
+
+