Skip to content

Commit

Permalink
db test
Browse files Browse the repository at this point in the history
  • Loading branch information
Theezr committed Aug 14, 2024
1 parent 06174ac commit b246085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt update && apt install libssl-dev dumb-init -y --no-install-recommends
WORKDIR /usr/src/app

# probably move to cluster
ENV NODE_ENV="dev"
ENV NODE_ENV="prod"
ENV NODE_URL="wss://testnet.klayr.xyz/rpc-ws"

COPY --chown=node:node --from=build /usr/src/app/dist ./dist
Expand Down

0 comments on commit b246085

Please sign in to comment.