Typo in Dockerfile

This commit is contained in:
Neshura 2022-12-09 22:02:42 +01:00
parent 989357f5a2
commit a78569267d
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A

View file

@ -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