docker file
This commit is contained in:
+3
-1
@@ -38,6 +38,8 @@ USER appuser
|
||||
EXPOSE 3000
|
||||
ENV PORT=3000
|
||||
ENV HOSTNAME="0.0.0.0"
|
||||
ENV NEXT_PUBLIC_API_BASE_URL=https://api.danakcorp.com/
|
||||
ENV NEXT_PUBLIC_BASE_URL=https://api.danakcorp.com
|
||||
ENV NEXT_PUBLIC_TOKEN_NAME=dsc_refresh_token
|
||||
ENV NEXT_PUBLIC_TOKEN_NAME=dsc_token
|
||||
|
||||
CMD ["node", "server.js"]
|
||||
Reference in New Issue
Block a user