syntax changes

This commit is contained in:
Neshura 2023-01-14 21:11:42 +01:00
parent 5d22336f73
commit a40c0ee043
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -16,3 +16,5 @@ yarn-error.log*
/build /build
/confs /confs
.vscode/

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