Skip to content

Commit

Permalink
Updated Docker Task
Browse files Browse the repository at this point in the history
  • Loading branch information
alihussainia authored May 29, 2021
1 parent 07300b6 commit f93cdef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions task-4/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Creating `Docker-Image` in Google Container Registry
In task-5, we are going to follow these steps:
In task-4, we are going to follow these steps:

1. Change directory to task-4 using:
1. Change directory to task-3 using:
```bash
cd task-4/
cd task-3/
```
2. Move Dockerfile to task-4 directory using:
2. Move Dockerfile to task-3 directory using:
```bash
mv ../task-5/Dockerfile .
mv ../task-4/Dockerfile .
```
3. Build the project's docker image using:
```bash
Expand Down

0 comments on commit f93cdef

Please sign in to comment.