Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Mar 5, 2024
1 parent c126602 commit e70b134
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions occlusion-mapper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM node:16.17.1-alpine3.16 as build
COPY client /
WORKDIR /client
RUN ls
RUN npm install
RUN npm run build


Expand Down

0 comments on commit e70b134

Please sign in to comment.