latest news code

This commit is contained in:
Jason Feibelman 2025-03-24 16:51:52 -04:00
parent 075d949acc
commit eeb585c7df
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,8 @@
FROM node:20.18.0-slim AS builder
ENV NEXT_PUBLIC_AWS_DB_API_URL=https://lyxeetk4w1.execute-api.us-east-1.amazonaws.com/default/getFromStockalyzerDB
ENV NEXT_PUBLIC_AWS_DB_API_KEY=0KcuAyP5zT8kk2vW4MXAU9lMi52Yorti4vRwLwia
WORKDIR /home/perplexica
COPY package.json yarn.lock ./