We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7029c35 commit d216e69Copy full SHA for d216e69
βREADME.md
@@ -6,7 +6,7 @@ Docker Node Python is a versatile project that combines the power of Python and
6
7
Ready to dive in? Explore the project on my GitHub!
8
9
-πΉ What's New in this APP?
+πΉTo get started with Docker Node Python Project, clone the repository and follow the terminal setup instructions below:
10
11
cd Desktop/
12
mkdir nodePythonAPP
βpython/Dockerfile
@@ -11,7 +11,7 @@ COPY . /app
RUN pip install --no-cache-dir -r requirements.txt
13
# Make port 3000 available to the world outside this container
14
-EXPOSE 3000
+EXPOSE 3001
15
16
# Run app.py when the container launches
17
CMD ["python", "app.py"]
0 commit comments