Skip to content

Commit eeda048

Browse files
committed
Release v1.0.2
1 parent ee2b27b commit eeda048

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [1.0.2] 2023-08-15
4+
### Changes
5+
6+
- Update `Dockerfile`
7+
- Added `EXPOSE` directive
8+
39
## [1.0.1] 2023-08-11
410
### Changes
511

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ RUN pip install -r requirements.txt
55
COPY . .
66

77
# Start Server
8+
EXPOSE 5000
89
CMD ["python", "manage.py", "runserver", "0.0.0.0:5000"]

0 commit comments

Comments
 (0)