Skip to content

Commit

Permalink
fix(server): change service to listen on all interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Nov 14, 2023
1 parent 76654b9 commit 90279ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/frontoffice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ ENV API_ENDPOINT=https://api.goodtok.io/v1

RUN npm install -g serve

CMD sed -i 's|https://api.goodtok.io/v1|'"$API_ENDPOINT"'|g' ./index.html && serve -s . -l 8080
CMD sed -i 's|https://api.goodtok.io/v1|'"$API_ENDPOINT"'|g' ./index.html && serve -s . -l tcp://0.0.0.0:8080

0 comments on commit 90279ad

Please sign in to comment.