We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a803e3f commit 5b36b7bCopy full SHA for 5b36b7b
app/Dockerfile
@@ -3,14 +3,11 @@ FROM --platform=linux/amd64 node:18-slim AS builder
3
WORKDIR /usr/src/app
4
RUN mkdir -p ./src
5
RUN mkdir -p ./scripts
6
-RUN mkdir -p ./staged-themes
7
8
COPY src/ ./src/
9
-COPY staged-themes/ ./staged-themes
10
COPY scripts/ ./scripts/
11
COPY *.json ./
12
13
-RUN rm package-lock.json
14
15
RUN npm install -g @oracle/[email protected]
16
RUN npm install
0 commit comments