Skip to content

Commit

Permalink
meta: upgrade node
Browse files Browse the repository at this point in the history
  • Loading branch information
vanthome committed Feb 13, 2023
1 parent 3ced230 commit 6fdb68e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# syntax = docker/dockerfile:experimental

### Base
FROM node:14.15.5-alpine as base

RUN apk add --no-cache git

RUN npm install -g npm
RUN npm install -g [email protected]

USER node
ARG APP_HOME=/home/node/srv
WORKDIR $APP_HOME
Expand Down

0 comments on commit 6fdb68e

Please sign in to comment.