Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 645 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 645 Bytes

PM Docker

Just run pull_build_up.sh

Docker Build Status

Repository Status
iuno/tdm-pm

Development Example

Example for fast deployment of website changes

  1. Create a src directory next to the Dockerfile in the jmw folder
-jmw
--config
--Dockerfile
--src <-- New
  1. 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