You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-factor the code base to use Typescript for better modular support.
Will require a build script to be created for Travis to build the app and publish to Dockerhub without the need of a build docker image.
Something along the lines of npm build will convert the ts files into JS files in a directory which can then be copied into the Docker build as normal.
The text was updated successfully, but these errors were encountered:
Re-factor the code base to use Typescript for better modular support.
Will require a build script to be created for Travis to build the app and publish to Dockerhub without the need of a build docker image.
Something along the lines of
npm build
will convert the ts files into JS files in a directory which can then be copied into the Docker build as normal.The text was updated successfully, but these errors were encountered: