Skip to content

Commit

Permalink
Use Node.js 16 to build and generate nuxt app
Browse files Browse the repository at this point in the history
  • Loading branch information
pcvolkmer committed Jul 10, 2023
1 parent ca0dd18 commit 22cdfc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10-alpine
FROM node:16-alpine

# nuxt host and port to be replaced in package.json. (See 2.3 in bwHCPrototypeManual)
# NUXT_HOST should have a value with public available IP address from within container.
Expand Down

0 comments on commit 22cdfc9

Please sign in to comment.