Skip to content

Commit

Permalink
šŸ› Miscellaneous fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Wakeful-Cloud committed May 26, 2024
1 parent 2126c00 commit 4be9340
Show file tree
Hide file tree
Showing 17 changed files with 1,761 additions and 2,857 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: deployment/frontend.dockerfile
file: Dockerfile
platforms: linux/amd64
push: true
tags: ${{ steps.docker_metadata.outputs.tags }}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion deployment/frontend.dockerfile ā†’ Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN adduser -D caddy
USER caddy

# Copy files
COPY --from=builder /build/deployment/Caddyfile /etc/caddy/Caddyfile
COPY --from=builder /build/Caddyfile /etc/caddy/Caddyfile
COPY --from=builder /build/dist /usr/share/caddy

# Expose port
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2023 Association for Computing Machinery Colorado School of Mines Chapter
Copyright 2024 Association for Computing Machinery Colorado School of Mines Chapter

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ā€œSoftwareā€), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ npm run supabase:reset
To build the frontend for production, run:

```bash
docker build -t beacon -f deployment/frontend.dockerfile .
docker build -t beacon -f Dockerfile .
```

#### Run
Expand All @@ -92,7 +92,6 @@ docker run -p 80:8080 beacon
- Frontend
- Language: [TypeScript](https://www.typescriptlang.org)
- Web framework: [React](https://reactjs.org) + [Vite](https://vitejs.dev)
- Mobile framework: [Capacitor](https://capacitorjs.com)
- Component library: [Ionic React](https://ionicframework.com/docs/react)
- Styling: [UnoCSS (Wind preset)](https://unocss.dev/presets/wind#wind-preset) (Tailwind/WindiCSS compatible)
- Backend: [Supabase](https://supabase.com)
Expand Down
17 changes: 0 additions & 17 deletions capacitor.config.ts

This file was deleted.

7 changes: 0 additions & 7 deletions ionic.config.json

This file was deleted.

Loading

0 comments on commit 4be9340

Please sign in to comment.