Skip to content

Commit

Permalink
Edit Docker commands in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yhtMinceraft1010X committed Oct 26, 2023
1 parent 7f4616a commit 207a66b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
]
},
"scripts": {
"docker:build": "docker build --no-cache -t peerprep-base -f Dockerfile . && docker-compose build --no-cache",
"docker:devup": "dotenv -e .env docker-compose up",
"docker:build": "docker build --no-cache -t peerprep-base -f Dockerfile . && dotenv -e .env -- docker-compose build --no-cache",
"docker:devup": "dotenv -e .env -- docker-compose up",
"docker:devdown": "docker-compose down"
},
"devDependencies": {
Expand Down

0 comments on commit 207a66b

Please sign in to comment.