File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 4
4
- [ JavaScript Form Validation] ( js/form-validation.js )
5
5
- [ Select Single Checkbox] ( js/single-checkbox-selection.js )
6
6
- [ Datetime (Unix , RealTime and Formatted Datetime)] ( js/datetime.js )
7
+
7
8
## React JS
8
9
- [ React ENV Create] ( react-js/env.md )
9
- - [ Dockerize React App] ( docker/react/Dockerfile )
10
10
- [ React Socket Connection] ( react-js/Socket.js )
11
11
- [ Exportable API Endpoint] ( react-js/api/ApiHelper.js )
12
12
- [ Example API Helper Routes ] ( react-js/api/ExampleApi.js )
36
36
## Python
37
37
- [ Flask Socket Connection] ( python/flask_socket.py )
38
38
- [ Flask Socket Connection with Pubsub to listen subscription messages] ( python/flask_pubsub.py )
39
- - [ Dockerize Flask App] ( docker/python/Dockerfile )
40
39
- [ Python Open-CV Video Recording] ( python/video_record.py )
41
40
- [ Find Router Connected Device Ip List] ( python/router_ip_address.py )
42
41
- [ Google Cloud Pub/Sub Publishing/subscription messages and subscriptions list] ( python/pubsub.py )
65
64
## System
66
65
- [ Supervisor Installation and Procedure] ( system/supervisor/README.MD )
67
66
67
+ ## Dockerize
68
+ - [ Dockerize Instruction] ( docker/README.md )
69
+ - [ Dockerize React App] ( docker/react/Dockerfile )
70
+ - [ Dockerize Flask App] ( docker/python/Dockerfile )
71
+
68
72
## Other
69
73
- [ Install Protobuf 3 on Ubuntu] ( https://gist.github.com/mrxmamun/c3afc8e9318135d5f79177ff528655a4 )
70
74
Original file line number Diff line number Diff line change 1
1
# base image
2
- FROM node:12.13.0-alpine
2
+ FROM node:12.13.0
3
3
4
4
# set working directory
5
5
WORKDIR /src
You can’t perform that action at this time.
0 commit comments