Commit 13954b5a authored by Krit Punpreuk's avatar Krit Punpreuk

Update Dockerfile

parent b41e5189
Pipeline #150 canceled with stages
......@@ -12,8 +12,7 @@ FROM node:lts-alpine
COPY --from=0 /app/bigstream-token-generator /app/bigstream-token-generator
ENV PORT=${TOKEN_GENERATOR_PORT:-3000}
EXPOSE PORT
EXPOSE 3000
# start server
WORKDIR /app/bigstream-token-generator
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment