Skip to content

Commit

Permalink
fix: manifest json file not found (#732)
Browse files Browse the repository at this point in the history
* fix: manifest json file not found

issue #562

* fix: remove bash not required

issue #562
  • Loading branch information
Ricardo Campos authored Jan 3, 2024
1 parent 1306cd5 commit c64aca2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ENV NODE_OPTIONS "--max-old-space-size=3072"
WORKDIR /app
COPY *.html *.json *.ts ./
COPY ./src ./src
COPY ./public ./public
RUN npm ci --ignore-scripts --no-update-notifier --omit=dev && \
npm run build && \
rm -rf node_modules
Expand Down

0 comments on commit c64aca2

Please sign in to comment.