Skip to content

IUNO-TDM/PM-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published