Skip to content

Commit 5b36b7b

Browse files
author
jabrock
committed
fix to remove unneeded lines in docker file
1 parent a803e3f commit 5b36b7b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@ FROM --platform=linux/amd64 node:18-slim AS builder
33
WORKDIR /usr/src/app
44
RUN mkdir -p ./src
55
RUN mkdir -p ./scripts
6-
RUN mkdir -p ./staged-themes
76

87
COPY src/ ./src/
9-
COPY staged-themes/ ./staged-themes
108
COPY scripts/ ./scripts/
119
COPY *.json ./
1210

13-
RUN rm package-lock.json
1411

1512
RUN npm install -g @oracle/[email protected]
1613
RUN npm install

0 commit comments

Comments
 (0)