Skip to content

Commit

Permalink
Replaced tokenserver dockerfile fixed port value to use environment v…
Browse files Browse the repository at this point in the history
…ariable.
  • Loading branch information
barnettwilliam committed Oct 12, 2023
1 parent 7460f10 commit 4d7002f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokenserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY package*.json ./
RUN npm install
COPY . .

EXPOSE 10000
EXPOSE ${TS_PORT}

CMD ["node", "-r", "dotenv/config", "dist/server.js"]

0 comments on commit 4d7002f

Please sign in to comment.