Skip to content

Commit

Permalink
chore: deploy eatWhat => eatwhat
Browse files Browse the repository at this point in the history
  • Loading branch information
myNameIsDu committed Oct 22, 2022
1 parent 2f9e409 commit 5870cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "concurrently \"npm run dev:css\" \"remix dev\"",
"dev:css": "tailwindcss -w -i ./app/styles/app.css -o ./app/styles/root.css",
"start": "PORT=4000 remix-serve build",
"deploy":"pnpm i && docker build -t eatWhat . && docker container run -d -p 4000:4000 --rm eatWhat"
"deploy":"pnpm i && docker build -t eatwhat . && docker container run -d -p 4000:4000 --rm eatwhat"
},
"dependencies": {
"@remix-run/node": "^1.7.3",
Expand Down

0 comments on commit 5870cca

Please sign in to comment.