Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ganga2166 authored Nov 23, 2023
1 parent 903ab4f commit 3cd04f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN apk add --no-cache bash curl && curl -1sLf \
'https://dl.cloudsmith.io/public/infisical/infisical-cli/setup.alpine.sh' | bash \
&& apk add infisical

ENV INFISICAL_API_URL="https://env.outpost.run/api"
ENV INFISICAL_API_URL="https://var.outpost.run/api"
ENV INFISICAL_TOKEN=""
WORKDIR /app

Expand Down Expand Up @@ -66,4 +66,4 @@ ENV PORT 3000
# set hostname to localhost
ENV HOSTNAME "0.0.0.0"

CMD ["infisical", "run", "--env=prod", "--", "node", "server.js"]
CMD ["infisical", "run", "--env=prod", "--", "node", "server.js"]

0 comments on commit 3cd04f8

Please sign in to comment.