Merge Main into feature/dockerize #35

Merged
Neshura merged 6 commits from main into feature/dockerize 2022-12-09 21:25:17 +00:00
Showing only changes of commit a78569267d - Show all commits

View file

@ -26,7 +26,7 @@ RUN yarn build
FROM node:16-alpine AS runner FROM node:16-alpine AS runner
LABEL author="neshura@proton.me" LABEL author="neshura@proton.me"
WORKDIR /usr/src/ap WORKDIR /usr/src/app
ENV NODE_ENV production ENV NODE_ENV production