DUH.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-05-10 13:29:38 -04:00
parent b0ed748712
commit c3a689a007

View File

@@ -21,6 +21,6 @@ ENV NODE_ENV ${ENV:-production}
WORKDIR /home/node/app
COPY package*.json ./
RUN yarn install --frozen-lockfile --production
COPY --from=0 /home/node/app/dist .
COPY --from=1 /home/node/app/dist .
EXPOSE ${PORT:-9001}
CMD ["node","server/index.js"]