added 'yarn postbuild' script for fixing env.js in dist/index.html

ref #31
This commit is contained in:
2021-04-13 17:58:43 +02:00
parent ad13bae068
commit 51d058bf96
3 changed files with 9 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ WORKDIR /app
COPY . .
RUN yarn
RUN yarn build
RUN yarn postbuild
# final image
FROM fholzer/nginx-brotli:v1.19.1
COPY --from=0 /app/dist /usr/share/nginx/html