Skip to content

Commit

Permalink
fix to remove unneeded lines in docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
jabrock committed Aug 28, 2024
1 parent a803e3f commit 5b36b7b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@ FROM --platform=linux/amd64 node:18-slim AS builder
WORKDIR /usr/src/app
RUN mkdir -p ./src
RUN mkdir -p ./scripts
RUN mkdir -p ./staged-themes

COPY src/ ./src/
COPY staged-themes/ ./staged-themes
COPY scripts/ ./scripts/
COPY *.json ./

RUN rm package-lock.json

RUN npm install -g @oracle/[email protected]
RUN npm install
Expand Down

0 comments on commit 5b36b7b

Please sign in to comment.