Skip to content

Commit

Permalink
Add ClusterMarkers
Browse files Browse the repository at this point in the history
  • Loading branch information
webb-ben committed Jun 8, 2023
1 parent 1528257 commit 9b9b731
Show file tree
Hide file tree
Showing 6 changed files with 13,984 additions and 12,514 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ RUN npm install && \

COPY . /usr/src/app

RUN npm run build && \
RUN npm run postinstall && \
npm run build && \
mkdir /tmp/app && \
cp -rp /usr/src/app/dist /tmp/app && \
rm -fr /usr/src/app
Expand Down
Loading

0 comments on commit 9b9b731

Please sign in to comment.