Sign inSign up

bandarijp/rdmiweb

By bandarijp

Updated about 8 years ago

Big windows container with angular js port 4200, for rdmi api 8801929345/rdmiapi:latest

Image
0

155

bandarijp/rdmiweb repository overview

This runs rdmi webui based on angular js and runs on the port 4200 This image is build on windows server core

--------------------Dockerfile-------------------------- FROM microsoft/windowsservercore ENV api_url="_" RUN @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" RUN choco install git.install -y RUN choco install nodejs.install -y RUN node -v RUN npm -v RUN npm install -g @angular/cli RUN ng -v EXPOSE 4200 COPY . c:/inetpub/wwwroot/ WORKDIR c:/inetpub/wwwroot/rdmiweb/Peopletech.RDmi.Web/ RUN npm install RUN dir ENTRYPOINT ng serve --host 0.0.0.0

Tag summary

Content type

Image

Digest

Size

5.4 GB

Last updated

about 8 years ago

docker pull bandarijp/rdmiweb:final