Skip to content

Commit 95f112c

Browse files
committed
chore: ignore docs and add web to Dockerfile
1 parent 36771fd commit 95f112c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: .dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
.vs/
44
.vscode/
55
build/
6+
docs/
67
node_modules/

Diff for: Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN npm ci
1515

1616
COPY src/ src/
1717
COPY test/ test/
18+
COPY web/ web/
1819
RUN npm run compile
1920
RUN npm prune --production
2021

0 commit comments

Comments
 (0)