Example for fast deployment of website changes
- Create a src directory next to the Dockerfile in the jmw folder
-jmw
--config
--Dockerfile
--src <-- New
- Edit Dockerfile
FROM iuno/tdm-jmw:testing
COPY config/ /usr/src/app/config/
# Set ENV Variables
ENV TDM_JMW_CONFIG config_docker
ENV NODE_ENV docker
COPY src/ /usr/src/app/src/
RUN ng build