syntax changes
This commit is contained in:
parent
5d22336f73
commit
a40c0ee043
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -16,3 +16,5 @@ yarn-error.log*
|
|||
/build
|
||||
/confs
|
||||
|
||||
|
||||
.vscode/
|
||||
|
|
|
@ -26,7 +26,7 @@ RUN yarn build
|
|||
FROM node:16-alpine AS runner
|
||||
|
||||
LABEL author="neshura@proton.me"
|
||||
WORKDIR /usr/src/ap
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
ENV NODE_ENV production
|
||||
|
||||
|
|
Loading…
Reference in a new issue