Skip to content

Commit

Permalink
update readme and dockerize doc
Browse files Browse the repository at this point in the history
  • Loading branch information
akmamun committed Oct 27, 2019
1 parent eedf578 commit c96a5c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
- [JavaScript Form Validation](js/form-validation.js)
- [Select Single Checkbox](js/single-checkbox-selection.js)
- [Datetime (Unix , RealTime and Formatted Datetime)](js/datetime.js)

## React JS
- [React ENV Create](react-js/env.md)
- [Dockerize React App](docker/react/Dockerfile)
- [React Socket Connection](react-js/Socket.js)
- [Exportable API Endpoint](react-js/api/ApiHelper.js)
- [Example API Helper Routes ](react-js/api/ExampleApi.js)
Expand Down Expand Up @@ -36,7 +36,6 @@
## Python
- [Flask Socket Connection](python/flask_socket.py)
- [Flask Socket Connection with Pubsub to listen subscription messages](python/flask_pubsub.py)
- [Dockerize Flask App](docker/python/Dockerfile)
- [Python Open-CV Video Recording](python/video_record.py)
- [Find Router Connected Device Ip List](python/router_ip_address.py)
- [Google Cloud Pub/Sub Publishing/subscription messages and subscriptions list](python/pubsub.py)
Expand Down Expand Up @@ -65,6 +64,11 @@
## System
- [Supervisor Installation and Procedure](system/supervisor/README.MD)

## Dockerize
- [Dockerize Instruction](docker/README.md)
- [Dockerize React App](docker/react/Dockerfile)
- [Dockerize Flask App](docker/python/Dockerfile)

## Other
- [Install Protobuf 3 on Ubuntu](https://gist.github.com/mrxmamun/c3afc8e9318135d5f79177ff528655a4)

Expand Down
2 changes: 1 addition & 1 deletion docker/react/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# base image
FROM node:12.13.0-alpine
FROM node:12.13.0

# set working directory
WORKDIR /src
Expand Down

0 comments on commit c96a5c2

Please sign in to comment.