fix: 💚 Fix build

This commit is contained in:
Keith Irwin 2023-11-27 20:19:32 -07:00
parent 4e3dee358e
commit 0710a155be
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ RUN npm install
COPY .eleventyignore ./
COPY *.js ./
COPY .env ./
COPY . .
# Run api
ENTRYPOINT ["npm", "run", "--"]