Skip to content

Commit

Permalink
feat: 🎸 docker, add -1.x.y, -2.x.y, and -3.x.y suffix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jojoee committed Oct 14, 2020
1 parent 0703398 commit df21e2b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dockerfiles/1.x.y.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM nginx:1.19.2-alpine

COPY via/via-1.x.y/ /usr/share/nginx/html
3 changes: 3 additions & 0 deletions dockerfiles/2.x.y.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM nginx:1.19.2-alpine

COPY via/via-2.x.y/src/ /usr/share/nginx/html
3 changes: 3 additions & 0 deletions dockerfiles/3.x.y.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM nginx:1.19.2-alpine

COPY via/via-3.x.y/src/html/ /usr/share/nginx/html

0 comments on commit df21e2b

Please sign in to comment.