Skip to content

Commit

Permalink
update: node to 16.17.1-buster
Browse files Browse the repository at this point in the history
  • Loading branch information
askonev committed Mar 5, 2024
1 parent 940b790 commit 5b09a66
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
FROM node:10.14.0-jessie
FROM node:16.17.1-buster

RUN mkdir /palladium-view
WORKDIR /palladium-view
COPY . /palladium-view

RUN npm install
RUN npm run build

CMD bash wait_for_volume.sh

0 comments on commit 5b09a66

Please sign in to comment.