Fixing typos.
[libreadventure.git] / front / Dockerfile
CommitLineData
bc7b5fc6
DN
1# we are rebuilding on each deploy to cope with the API_URL environment URL
2FROM thecodingmachine/nodejs:12-apache
3
d979636a 4COPY --chown=docker:docker . .
bc7b5fc6
DN
5RUN yarn install
6
7ENV NODE_ENV=production
8ENV STARTUP_COMMAND_1="yarn run build"
9ENV APACHE_DOCUMENT_ROOT=dist/