Moving maps to their own container
This commit is contained in:
parent
ed146226cf
commit
2484e4f1df
25 changed files with 140 additions and 4 deletions
9
maps/Dockerfile
Normal file
9
maps/Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
# we are rebuilding on each deploy to cope with the API_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/
|
Loading…
Add table
Add a link
Reference in a new issue