Skip to content

Commit

Permalink
fix: revert line change (#1698)
Browse files Browse the repository at this point in the history
  • Loading branch information
siiky authored Jul 25, 2024
1 parent 12d357d commit be6d6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN npm version --allow-same-version --git-tag-version false --commit-hooks fals
RUN npm install --production

COPY . ./
RUN rm -rf new-lamassu-admin/public/*
RUN rm -rf public/*

RUN cd new-lamassu-admin && npm install && npm run build
RUN cp -r new-lamassu-admin/build/* -t new-lamassu-admin/public/
Expand Down

0 comments on commit be6d6e4

Please sign in to comment.