Skip to content

Commit

Permalink
feat: good looking now :(
Browse files Browse the repository at this point in the history
  • Loading branch information
yyewolf committed May 7, 2024
1 parent ad20a94 commit 8be44d8
Show file tree
Hide file tree
Showing 11 changed files with 773 additions and 83 deletions.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
FROM node:alpine as build

ADD . /app
WORKDIR /app

COPY package.json package-lock.json ./
RUN npm install

COPY . .
RUN npm run build

FROM caddy:2.7.6-alpine
Expand Down
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
services:
web:
build: .
ports:
- 8080:8080
Loading

0 comments on commit 8be44d8

Please sign in to comment.