Remove Dockerfile for ogWebconsole
parent
5e87810070
commit
4871d443a5
|
@ -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"]
|
Loading…
Reference in New Issue