refs #1044 new dockerfile
parent
38fef827a9
commit
7cede099af
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue