Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelPelegrina authored Apr 22, 2024
1 parent fde4e7b commit ec9791b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ WORKDIR /app
COPY package*.json ./
EXPOSE 4200
RUN npm install -g @angular/cli
RUN npm install xlsx
RUN npm install
COPY . .
CMD ng serve --host 0.0.0.0 --disable-host-check --port 4200

0 comments on commit ec9791b

Please sign in to comment.