Skip to content

Commit

Permalink
build: Fix default share URL containing one specific path
Browse files Browse the repository at this point in the history
  • Loading branch information
redmushie committed Sep 24, 2023
1 parent d8a1282 commit 9a13047
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 @@ -2,7 +2,7 @@ FROM nginx:1-alpine

ENV SHOCKLINK_API_URL=https://api.shocklink.net
ENV SHOCKLINK_WEBUI_URL=https://shocklink.net/#/
ENV SHOCKLINK_SHARE_URL=https://shockl.ink/s/
ENV SHOCKLINK_SHARE_URL=https://shockl.ink/

# Copy release artifacts (static JS and CSS bundles)
COPY dist /usr/share/nginx/html
Expand Down

0 comments on commit 9a13047

Please sign in to comment.