-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
877 fix local build: npm certificate, docker-compose platform (#878)
* update node version and rebuild package-lock.json * use exact version numbers in package.json * rebuild package-lock.json * fix vue/cli dependency * use linux/amd64 platform * add instructions to README-DEVELOPMENT.md * fix README-DEVELOPMENT.md instructions, add comments to docker compose files. * Update npm packages * rollback vue package versions * updates for minor docker related changes "docker-compose" -> "docker compose" * try adding platform to fix tests * (revert) ---------
- Loading branch information
1 parent
8aaf6c4
commit 75d931b
Showing
8 changed files
with
13,583 additions
and
23,280 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:16.15.0 | ||
FROM node:20.11.0 | ||
|
||
# Create app directory | ||
WORKDIR /code/client | ||
|
Oops, something went wrong.