refs #1044 new dockerfile

oggui/translations
Alvaro Puente Mella 2024-10-24 13:52:26 +02:00
parent 38fef827a9
commit 7cede099af
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ RUN npm install -g @angular/cli@^12.0.0
COPY . /app
RUN npm install
RUN ng test --watch=false --source-map=false --karma-config=karma.conf.js
EXPOSE 4200
CMD ["ng", "serve", "--host", "0.0.0.0", "--disable-host-check"]