Skip to content

Commit

Permalink
fix the docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasOetzel committed Jul 5, 2024
1 parent acd4e00 commit 1c0b6f9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 65 deletions.
9 changes: 4 additions & 5 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
*

!frontend/angular.json
!frontend/package.json
!frontend/package-lock.json
!frontend/tsconfig.app.json
!frontend/tsconfig.json
!frontend/src/**

!backend/package.json
!backend/package-lock.json
!backend/src/**
!backend/index.js


!tsconfig.app.json
!tsconfig.json
!angular.json
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ COPY /frontend ./
RUN npm run build

WORKDIR /app/backend
COPY /backend ./
RUN npm run build

FROM node:20.11.0-alpine
Expand Down
14 changes: 0 additions & 14 deletions tsconfig.app.json

This file was deleted.

32 changes: 0 additions & 32 deletions tsconfig.json

This file was deleted.

14 changes: 0 additions & 14 deletions tsconfig.spec.json

This file was deleted.

0 comments on commit 1c0b6f9

Please sign in to comment.