Skip to content

Commit

Permalink
update build process
Browse files Browse the repository at this point in the history
  • Loading branch information
philipparndt committed Jan 20, 2022
1 parent 01097ab commit f20458f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
14 changes: 14 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
**/coverage/
*.iml
.idea/
.github/
.run/

# Node/NPM
**/node_modules/
**/dist/
**/junit.xml
**/build_internal/

# Test Cases
**/*.test.ts
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM node:17.3.1-alpine3.14
WORKDIR /opt/app

# Copy project files
COPY . .
COPY ./app .

# Run container as non-root (unprivileged) user
# The node user is provided in the Node.js Alpine base image
Expand Down
14 changes: 0 additions & 14 deletions app/.dockerignore

This file was deleted.

0 comments on commit f20458f

Please sign in to comment.