Renaming landing_page directory to website

This commit is contained in:
David Négrier 2020-06-04 14:06:50 +02:00
parent 9ddcff4fc7
commit 3bd2c2b48a
80 changed files with 3 additions and 3 deletions

9
website/Dockerfile Normal file
View file

@ -0,0 +1,9 @@
# we are rebuilding on each deploy to cope with the GAME_URL environment URL
FROM thecodingmachine/nodejs:12-apache
COPY --chown=docker:docker . .
RUN yarn install
ENV NODE_ENV=production
ENV STARTUP_COMMAND_1="yarn run build"
ENV APACHE_DOCUMENT_ROOT=dist/