Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
d0rich committed Nov 11, 2023
2 parents 82d1c9e + d07fb85 commit 4a19fc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ton-drive-backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN chmod +x storage-daemon-cli
WORKDIR /usr/src/base

# Create symlink for volume and remove frontend
RUN ln -s /usr/src/base/ /usr/src/app \
RUN ln -s /usr/src/base/ton-drive-backend /usr/src/app \
&& rm -rf /usr/src/base/ton-drive-frontend

# build server
Expand Down
2 changes: 1 addition & 1 deletion ton-drive-backend/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- "5555:5555"
volumes:
- .docker-volumes/ton-storage/:/usr/ton-storage/storage-db/:rw
- .docker-volumes/upload:/usr/src/app/.upload/:ro
- .docker-volumes/upload:/usr/src/base/ton-drive-backend/.upload/:ro
networks:
- web

Expand Down

0 comments on commit 4a19fc9

Please sign in to comment.