diff --git a/Dockerfile b/Dockerfile index c70c5972..3ade78d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,5 +31,8 @@ RUN apt-get purge -y --auto-remove \ COPY app app COPY public public +# Rename config.template.js to config.js +RUN cp app/src/config.template.js app/src/config.js + # Set default command to start the application CMD ["npm", "start"]