Fix __ENV.js not being generated at runtime

This commit is contained in:
Liam 2022-10-29 15:38:21 +01:00
parent 4e4444c04e
commit 15f7734c66

@ -60,6 +60,4 @@ EXPOSE 3000
ENV PORT 3000
ENTRYPOINT npx react-env --env APP_ENV
CMD yarn start
CMD npx react-env --env APP_ENV && yarn start