Skip to content

Commit

Permalink
docs(docker): do not forget to copy Gemfile before building containers
Browse files Browse the repository at this point in the history
  • Loading branch information
marian13 committed Sep 14, 2022
1 parent 2ed2eb3 commit 7ac2cb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/2.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# NOTE: A command to build image.
#
# cd convenient_service
# cp Gemfile Gemfile.2.7
# docker build . -f docker/2.7/Dockerfile -t convenient_service:2.7
#
# NOTE: A command to run bash in container.
Expand Down
1 change: 1 addition & 0 deletions docker/3.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# NOTE: A command to build image.
#
# cd convenient_service
# cp Gemfile Gemfile.3.0
# docker build . -f docker/3.0/Dockerfile -t convenient_service:3.0
#
# NOTE: A command to run bash in container.
Expand Down
1 change: 1 addition & 0 deletions docker/3.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# NOTE: A command to build image.
#
# cd convenient_service
# cp Gemfile Gemfile.3.1
# docker build . -f docker/3.1/Dockerfile -t convenient_service:3.1
#
# NOTE: A command to run bash in container.
Expand Down

0 comments on commit 7ac2cb4

Please sign in to comment.