Skip to content

Commit

Permalink
add domain ENV even for localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
tavdog committed Dec 4, 2024
1 parent bf45c21 commit 3e92899
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ FROM golang:latest

############
#set the domain env here if you don't want to use localhost. required to get the pixlet serve in iframe to work
#ENV DOMAIN tdm.wildc.net
# ENV DOMAIN=tdm.wildc.net
ENV DOMAIN=localhost

# ###################################
# install pixlet
Expand Down

0 comments on commit 3e92899

Please sign in to comment.