Posts by Nasser Othman • 11 points
3 posts
-
0
votes1
answer215
viewsA: Build Docker with angular Node
I adjusted my Dockerfile as follows and solved my problem: FROM node:10 as angular WORKDIR /app COPY package.json /app RUN npm install COPY . . RUN npm run build --prod FROM nginx:alpine VOLUME…
-
0
votes1
answer215
viewsQ: Build Docker with angular Node
I need a little help with Docker, I need to build to generate an image, but I’m having the following error: Step 9/10 : COPY --from=angular /app/dist/Docker-softplayer /usr/share/Nginx/html ERROR:…
-
-1
votes1
answer608
viewsQ: Cannot find control with name: 'student.id'
I’m trying to send the student id, but this giving error. Tag-presenca.component.html: <form [formGroup]="formulario"> <div class="mdl-grid mdl-cell--4-col"> <div class="mdl-cell…
angularasked Nasser Othman 11