A fully operating NativeScript / Angular build environment.
238
Docker image for building cross platform applications using NativeScript, Angular and Android SDK.
A starter project to create web apps and NativeScript applications using NativeScript and AngularCLI with single shared code base.
https://hub.docker.com/r/monogramm/docker-ngxp/
jdk, latestalpineThis Docker image is based on the official OpenJDK image.
This image is designed to be used in a build / test environment. There are two versions of the image you can choose from.
The jdk tag contains an OpenJDK environment with latest NativeScript, Angular. It is designed to be easy to use and gets you running pretty fast. This is also the default for the latest tag and version tags that are not further specified.
The second option is a alpine container. To use this image it must be combined with any webserver that can proxy the http requests to the FastCGI-port of the container.
If the image does not include the packages you need, you can easily build your own image on top of it.
Start your derived image with the FROM statement and add whatever you like.
FROM monogramm/docker-ngxp:alpine
RUN ...
You can also clone this repository and use the update.sh shell script to generate a new Dockerfile based on your own needs.
If you got any questions or problems using the image, please visit our Github Repository and write an issue.
Content type
Image
Digest
Size
1.3 GB
Last updated
about 8 years ago
docker pull madmath03/docker-ngxp