diff --git a/Dockerfile b/Dockerfile index 9062b78..3bb573b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,6 @@ WORKDIR /app COPY --from=builder /app/package.json /app/bun.lock ./ COPY --from=builder /app/.next ./.next COPY --from=builder /app/public ./public -COPY --from=builder /app/next.config.ts ./ # Install only production deps RUN bun install --production --frozen-lockfile diff --git a/README.md b/README.md index 753f43f..afdca13 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Aces This is the site for [Aces](https://aces.hackclub.com), a 48 hour hackathon run by Hack Clubbers. The idea is simple: Build a virtual board/card game, get an invite to *The Deck*, a 48 hour Hackathon taking place in DC with free tickets to AwesomeCon, a large DC Convention! -If you're here to contribute to the Gallery, hold on tight! - ## Development - Getting Started