Skip to content

Commit c96a5c2

Browse files
committed
update readme and dockerize doc
1 parent eedf578 commit c96a5c2

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
- [JavaScript Form Validation](js/form-validation.js)
55
- [Select Single Checkbox](js/single-checkbox-selection.js)
66
- [Datetime (Unix , RealTime and Formatted Datetime)](js/datetime.js)
7+
78
## React JS
89
- [React ENV Create](react-js/env.md)
9-
- [Dockerize React App](docker/react/Dockerfile)
1010
- [React Socket Connection](react-js/Socket.js)
1111
- [Exportable API Endpoint](react-js/api/ApiHelper.js)
1212
- [Example API Helper Routes ](react-js/api/ExampleApi.js)
@@ -36,7 +36,6 @@
3636
## Python
3737
- [Flask Socket Connection](python/flask_socket.py)
3838
- [Flask Socket Connection with Pubsub to listen subscription messages](python/flask_pubsub.py)
39-
- [Dockerize Flask App](docker/python/Dockerfile)
4039
- [Python Open-CV Video Recording](python/video_record.py)
4140
- [Find Router Connected Device Ip List](python/router_ip_address.py)
4241
- [Google Cloud Pub/Sub Publishing/subscription messages and subscriptions list](python/pubsub.py)
@@ -65,6 +64,11 @@
6564
## System
6665
- [Supervisor Installation and Procedure](system/supervisor/README.MD)
6766

67+
## Dockerize
68+
- [Dockerize Instruction](docker/README.md)
69+
- [Dockerize React App](docker/react/Dockerfile)
70+
- [Dockerize Flask App](docker/python/Dockerfile)
71+
6872
## Other
6973
- [Install Protobuf 3 on Ubuntu](https://gist.github.com/mrxmamun/c3afc8e9318135d5f79177ff528655a4)
7074

docker/react/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# base image
2-
FROM node:12.13.0-alpine
2+
FROM node:12.13.0
33

44
# set working directory
55
WORKDIR /src

0 commit comments

Comments
 (0)