Skip to content

Commit

Permalink
removing tslint from dockerfile (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy authored Jan 6, 2022
1 parent 657097e commit 7d5ebc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rm -rf /var/lib/apt/lists/*
COPY package.json package-lock.json angular.json ./
RUN npm install

COPY tsconfig.json tslint.json ./
COPY tsconfig.json ./
COPY /src ./src

RUN npm run build:prod
Expand Down

0 comments on commit 7d5ebc7

Please sign in to comment.