Skip to content

Commit

Permalink
Update Dockerfile.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
shz-aiworks authored Dec 15, 2022
1 parent cd2b9a5 commit 8197ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG API_URI
ARG MARKETPLACE_URL
ARG SALEOR_APPS_ENDPOINT
ARG STATIC_URL
ENV API_URI ${API_URI:-http://3.13.238.104:8000/graphql/}
ENV API_URI ${API_URI:-http://host.docker.internal/graphql/}
ENV APP_MOUNT_URI ${APP_MOUNT_URI:-/}
ENV STATIC_URL ${STATIC_URL:-/}

Expand Down

0 comments on commit 8197ae0

Please sign in to comment.