Skip to content

Commit

Permalink
chore: update dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Sep 9, 2023
1 parent c50b728 commit 7a135ed
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ __MACOSX
# Unrelated folders/files at root
images
*.md
*.yml
LICENSE
.gitignore
.dockerignore
Dockerfile

# Ignored Files (Unrelated)
**/*.md
**/.gitignore
**/.env.example
**/.eslint*
**/.prettier*

# Ignored Folder (For quality of local build)
**/dist
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN pnpm build
# ? -------------------------
# ? Runner: Copy stuff from builder to save spaces from added apk packages
# ? -------------------------

FROM node:18-alpine as runner

WORKDIR /app
Expand Down

0 comments on commit 7a135ed

Please sign in to comment.