diff --git a/Dockerfile b/Dockerfile index 95d9885..be82e76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,6 @@ RUN apk add --no-cache libc6-compat WORKDIR /app COPY package.json yarn.lock ./ RUN yarn config set network-timeout 100000 -#RUN apk add g++ make py3-pip -#RUN yarn global add node-gyp RUN yarn install # Rebuild the source code only when needed diff --git a/app/page.tsx b/app/page.tsx index 9f2989b..71e00a9 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -9,7 +9,7 @@ export default async function Home() { if there is anything you have for suggestions on projects you'd like to see a writeup on email me at bluebulletrl@gmail.com. Still need to setup email for this domain.