adding WG_HOST as next public env

This commit is contained in:
Shahrad Elahi
2023-09-25 15:26:34 +03:30
parent 19b525d1e6
commit 2b6083a692
6 changed files with 25 additions and 16 deletions

View File

@@ -25,6 +25,7 @@ COPY /config/torrc /etc/tor/torrc
EXPOSE 3000/tcp
COPY docker-entrypoint.sh /usr/bin/entrypoint
RUN chmod +x /usr/bin/entrypoint
ENTRYPOINT ["/usr/bin/entrypoint"]
CMD ["npm", "run", "dev"]