mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-12-26 12:28:15 +03:00
commit
801c333b61
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
# docker cp $image_id:/bw_web_vault.tar.gz .
|
||||
# docker rm $image_id
|
||||
|
||||
FROM node:16-bookworm as build
|
||||
FROM node:18-bookworm as build
|
||||
RUN node --version && npm --version
|
||||
|
||||
# Prepare the folder to enable non-root, otherwise npm will refuse to run the postinstall
|
||||
|
|
Loading…
Reference in a new issue