Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion react-express-mongodb/backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ You will find this `DockerFile` file in the root directory of the project.

```bash
FROM node:13.13.0-stretch-slim
#Argument that is passed from docer-compose.yaml file
#Argument that is passed from docker-compose.yaml file
ARG NODE_PORT
#Echo the argument to check passed argument loaded here correctly
RUN echo "Argument port is : $NODE_PORT"
Expand Down
2 changes: 1 addition & 1 deletion react-express-mongodb/frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ You will find this `DockerFile` inside **frontend** directory.
```bash
# Create image based on the official Node image from dockerhub
FROM node:10
#Argument that is passed from docer-compose.yaml file
#Argument that is passed from docker-compose.yaml file
ARG FRONT_END_PORT
# Create app directory
WORKDIR /usr/src/app
Expand Down