Skip to content

Commit

Permalink
Removed global tsc install from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Inrixia committed Sep 18, 2022
1 parent 388d262 commit 1d21992
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Expand Up @@ -13,9 +13,6 @@ WORKDIR /fp
VOLUME /fp/db
VOLUME /fp/videos

# Install typescript so we can use the tsc command
RUN npm install -g typescript

# Copy package configs into working Directory
COPY ./package.json ./package-lock.json ./tsconfig.json /fp/

Expand Down

0 comments on commit 1d21992

Please sign in to comment.