Skip to content

Commit

Permalink
chore: fix command for running backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Dun-sin committed Jul 13, 2024
1 parent 1f9db26 commit 81cf6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ tasks:
init: cd server && npm i
command: |
echo "MongoDB_URL=mongodb://username:password@localhost:27018/" > .env
npm start
npm run dev:docker

0 comments on commit 81cf6d4

Please sign in to comment.