Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFrenchGhosty authored Sep 24, 2022
1 parent eed4f89 commit f97c5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt update -y && apt upgrade -y \
&& rm -rf /var/lib/apt/lists/* \
&& npm install -g pnpm \
&& git clone --depth=1 https://github.com/zyachel/libremdb.git . \
&& pnpm install
&& pnpm install \
&& pnpm build
EXPOSE 3000
CMD ["pnpm", "start"]

0 comments on commit f97c5a6

Please sign in to comment.