feat: command archive #55

Merged
loonatiny merged 6 commits from dev into main 2023-01-17 14:28:59 +01:00
Showing only changes of commit d1ac54db9c - Show all commits

View file

@ -8,7 +8,6 @@ RUN chown node:node /config
RUN apk add dumb-init
ENV NODE_ENV=production
USER node
WORKDIR /app
COPY --chown=node:node . .