https://github.com/valentinfunk/s2i-typescript
https://github.com/valentinfunk/s2i-typescript
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/valentinfunk/s2i-typescript
- Owner: ValentinFunk
- Created: 2017-08-29T09:41:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-29T12:02:00.000Z (over 7 years ago)
- Last Synced: 2024-12-30T03:27:27.136Z (5 months ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An S2I image for bulding typescript apps.
## Setup:
In your package.json have a script called "build" to compile your tsc.
The normal start script is used to start the built artifact.