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 ac2fe2d commit 317266e
Showing 1 changed file with 1 addition and 1 deletion.
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/ton-drive-frontend /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

0 comments on commit 317266e

Please sign in to comment.