Skip to content

Commit

Permalink
Build the bundle when starting in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Oct 24, 2023
1 parent 17ef400 commit a26aa4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint_testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

LOCKFILE="setup_done.lock"

# Install Bulma CSS dependencies
npm install
# Install Bulma CSS dependencies and build the bundle
npm install && npm run build

cd /code/qgisfeedproject

Expand Down

0 comments on commit a26aa4b

Please sign in to comment.