Skip to content

Commit

Permalink
npm cli docker added
Browse files Browse the repository at this point in the history
  • Loading branch information
gongdongho12 committed Jul 16, 2020
1 parent 979c559 commit e63ee7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"start": "craco start",
"build": "craco build",
"test": "craco test",
"docker-build": "docker build -t dongho1596/libi-front .",
"docker-run": "docker run -d -p 80:80 dongho1596/libi-front:latest",
"docker-deploy": "docker push dongho1596/libi-front",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand Down

0 comments on commit e63ee7c

Please sign in to comment.