fix: revert line change (#1698)

This commit is contained in:
siiky 2024-07-25 21:08:48 +01:00 committed by GitHub
parent 4c1d350c65
commit a97e3a328d

View file

@ -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/