Compare commits

..

No commits in common. "master" and "development" have entirely different histories.

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 .