Remove Dockerfile for ogWebconsole

develop-jenkins
Alvaro Puente Mella 2024-10-18 11:36:41 +02:00
parent 5e87810070
commit 4871d443a5
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
FROM node:22.1.0
WORKDIR /app
RUN npm install -g npm@latest
RUN npm install -g @angular/cli@^12.0.0
COPY . /app
RUN npm install
EXPOSE 4200
CMD ["ng", "serve", "--ssl","--host", "0.0.0.0", "--disable-host-check"]