Typo in Dockerfile
This commit is contained in:
parent
989357f5a2
commit
a78569267d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue