tangled
alpha
login
or
join now
graham.systems
/
space
0
fork
atom
An experimental IndieWeb site built in Go.
0
fork
atom
overview
issues
pulls
pipelines
update Dockerfile build to use Tailwind TS config
Graham Barber
2 years ago
66789e68
c9b12b29
+1
-1
1 changed file
expand all
collapse all
unified
split
config
Dockerfile
+1
-1
config/Dockerfile
···
4
4
5
5
COPY . /app
6
6
7
7
-
RUN deno run --allow-all npm:tailwindcss -o static/styles.css -c config/tailwind.config.js --minify
7
7
+
RUN deno run --allow-all npm:tailwindcss -i config/main.css -o static/styles.css -c config/tailwind.config.ts --minify
8
8
9
9
FROM golang:1.22-alpine AS build-server
10
10
WORKDIR /app