Skip to content

Commit

Permalink
Merge pull request #423 from alemayhu/fix-deploy-issues
Browse files Browse the repository at this point in the history
Merge remote-tracking branch 'origin/master' into fix-deploy-issues
  • Loading branch information
aalemayhu authored Dec 12, 2021
2 parents ec618b5 + 18cbd94 commit f8e1629
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ WORKDIR /app

COPY . .

RUN npm install -g tsc ts-node
RUN npm --prefix /app/server install
RUN npm --prefix /app/web install

Expand Down
2 changes: 1 addition & 1 deletion server

0 comments on commit f8e1629

Please sign in to comment.