Skip to content

Commit

Permalink
docs: add comment in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zoli committed Nov 6, 2023
1 parent 25f90dd commit b2e7670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/scripts/docker-buildfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN yay -S --noconfirm cargo-make cargo-binstall
RUN sudo ln -s /usr/bin/sha1sum /usr/bin/shasum
RUN source ~/.cargo/env && cargo binstall duckscript_cli -y

# Build AppFlowy
# Build AppFlowy using shared libraries for zstd, openssl, rocksdb
COPY . /appflowy
RUN sudo chown -R $user: /appflowy
WORKDIR /appflowy
Expand Down

0 comments on commit b2e7670

Please sign in to comment.