Skip to content

Commit

Permalink
🧱 change port for test docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
salamaashoush committed Sep 8, 2024
1 parent d81dddf commit 41d150a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM ducktors/turborepo-remote-cache:2.2.1
ENV NODE_ENV=production
ENV STORAGE_PROVIDER=local
ENV PORT=4000
ENV PORT=5000
ENV STORAGE_PATH=/tmp
ENV TURBO_TOKEN="token1,token2,token3"
EXPOSE 4000
EXPOSE 5000

0 comments on commit 41d150a

Please sign in to comment.