Skip to content

Commit bcff177

Browse files
committed
ci: docker
1 parent 35f2129 commit bcff177

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ WORKDIR /app
66
# Copy package files
77
COPY package*.json ./
88

9+
# Copy source code
10+
COPY src ./
11+
912
# Install dependencies
1013
RUN npm i
1114

12-
# Copy source code
13-
COPY . .
1415

1516
# Build the application
1617
RUN npm run build

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)