From b4b9188148094c8a1018a642d283ca75bba84ba0 Mon Sep 17 00:00:00 2001 From: Taggie Date: Wed, 14 Jan 2026 20:00:47 +0000 Subject: [PATCH 1/3] fix: revert to 7c3c3dc --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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 From 0eca14928dcab4504865d477c26fdd8c7b6680ed Mon Sep 17 00:00:00 2001 From: ShyMike <122023566+ImShyMike@users.noreply.github.com> Date: Wed, 14 Jan 2026 20:01:03 +0000 Subject: [PATCH 2/3] revert Dockerfile change --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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 From 413b48af330f8a0c53293e65daa8a4ce84455d70 Mon Sep 17 00:00:00 2001 From: Sahana Date: Wed, 21 Jan 2026 15:42:27 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) 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