Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' of github.com:mgilangjanuar/teledrive into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
mgilangjanuar committed May 12, 2022
2 parents 01339ab + d1b4446 commit 6f4bd9a
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 @@ -6,7 +6,7 @@ WORKDIR /apps

COPY yarn.lock .
COPY package.json .
COPY server/package.json server/package.json
COPY api/package.json api/package.json
COPY web/package.json web/package.json
COPY docker/.env .
RUN yarn install
Expand Down

0 comments on commit 6f4bd9a

Please sign in to comment.