Update Dockerfile

This commit is contained in:
Rido Akbar Ibrahim 2021-12-16 03:02:04 +00:00
parent 2c0cef8575
commit 343a48280f

View File

@ -16,7 +16,7 @@ FROM node:16-alpine as builder
ENV NODE_ENV build
USER node
#USER node
WORKDIR /home/node
COPY package.json .