Skip to content

Commit

Permalink
docker file bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
chen56 committed Mar 26, 2024
1 parent cb68c18 commit 90fd801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR ./note

RUN ./bake get
RUN if [[ "$test" = "on" ]]; then ./bake test ; fi
RUN ./bake build web_html --base-href "/note/"
RUN ./bake build --base-href "/note/"

#
######################################################################
Expand Down

0 comments on commit 90fd801

Please sign in to comment.