forked from spiffe/tornjak
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update NPM to 9.7 major version (spiffe#267)
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,8 @@ COPY --from=build /usr/src/app/build ./build | |
COPY --from=build /usr/src/app/.env.prod . | ||
|
||
# Install serve package and react-inject-env | ||
RUN npm install --location=global serve && \ | ||
RUN npm install -g [email protected] && \ | ||
npm install --location=global serve && \ | ||
npm install react-inject-env | ||
|
||
# Set dynamic port, defualt 3000 | ||
|