Skip to content

Commit

Permalink
docs: updated Dockerfile comments (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding authored Jun 12, 2023
1 parent 8636a8a commit 1679005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ FROM $BASE

### To install the nginx package for Ubuntu ###

#RUN apt-get update && apt-get install nginx
#RUN apt-get update && apt-get install nginx -y

### or

### To install the nginx package for opensuse ###

#RUN zypper refresh && zypper install nginx
#RUN zypper refresh && zypper install nginx -y

0 comments on commit 1679005

Please sign in to comment.