Skip to content

Commit d216e69

Browse files
committed
πŸ› Fix Dockerfile Readme.md
1 parent 7029c35 commit d216e69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€ŽREADME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Docker Node Python is a versatile project that combines the power of Python and
66

77
Ready to dive in? Explore the project on my GitHub!
88

9-
πŸ”Ή What's New in this APP?
9+
πŸ”ΉTo get started with Docker Node Python Project, clone the repository and follow the terminal setup instructions below:
1010

1111
cd Desktop/
1212
mkdir nodePythonAPP

β€Žpython/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY . /app
1111
RUN pip install --no-cache-dir -r requirements.txt
1212

1313
# Make port 3000 available to the world outside this container
14-
EXPOSE 3000
14+
EXPOSE 3001
1515

1616
# Run app.py when the container launches
1717
CMD ["python", "app.py"]

0 commit comments

Comments
 (0)