- ENV updates
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-05-06 09:08:15 -04:00
parent 32fdde5d90
commit d800311ae7
6 changed files with 15 additions and 20 deletions

View File

@@ -1,13 +1,3 @@
# FROM node:20-alpine AS build
# RUN mkdir -p /home/node/app/node_modules && chown -R node:node /home/node/app
# WORKDIR /home/node/app
# COPY package*.json .
# COPY dist/lib .
# USER node
# RUN yarn install --frozen-lockfile --production
# COPY --chown=node:node node_modules ./node_modules
# CMD ["node", "dist/lib/server/index.js"]
FROM node:20-alpine AS build
WORKDIR /home/node/app
COPY package*.json ./