Skip to content

Commit

Permalink
chore: ignore docs and add web to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jef committed Nov 28, 2022
1 parent 36771fd commit 95f112c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
.vs/
.vscode/
build/
docs/
node_modules/
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN npm ci

COPY src/ src/
COPY test/ test/
COPY web/ web/
RUN npm run compile
RUN npm prune --production

Expand Down

0 comments on commit 95f112c

Please sign in to comment.