Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down