From a40c0ee04351120698ede2d1482d773cb58f5d8d Mon Sep 17 00:00:00 2001 From: Neshura Date: Sat, 14 Jan 2023 21:11:42 +0100 Subject: [PATCH] syntax changes --- .gitignore | 2 ++ Dockerfile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3c0b22c..50a8cfa 100755 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ yarn-error.log* /build /confs + +.vscode/ diff --git a/Dockerfile b/Dockerfile index cc2de22..f12604d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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