Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
mitagmio committed Nov 11, 2023
1 parent 9f7a40c commit 7406cca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ton-drive-backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +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/ton-drive-backend /usr/src/app/ton-drive-backend
RUN ln -s /usr/src/base/ton-drive-backend /usr/src/app \
RUN ln -s /usr/src/base/ /usr/src/app \
&& rm -rf /usr/src/base/ton-drive-frontend

# build server
Expand Down

0 comments on commit 7406cca

Please sign in to comment.