fix user dockerfile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Elizabeth Hunt 2024-05-01 00:53:50 -07:00
parent f86da85e9e
commit 41ebec60aa
Signed by: simponic
GPG Key ID: 2909B9A7FF6213EE

View File

@ -1,7 +1,6 @@
FROM node:18-alpine
COPY package*.json ./
USER node
RUN npm install
COPY --chown=node:node . .