Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cablehead committed Sep 19, 2024
1 parent 32326a8 commit 8f6eba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile.release-docker
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ COPY target/release/xs /usr/local/bin/xs
EXPOSE 8080

# Run the CLI tool in serve mode
CMD ["xs", "serve", "~/store"]
CMD ["xs", "serve", "/app/store"]

0 comments on commit 8f6eba0

Please sign in to comment.