Compare commits
3 Commits
2c6b15bc6d
...
57953b2cfd
Author | SHA1 | Date | |
---|---|---|---|
57953b2cfd | |||
a93603eac0 | |||
1b72f05add |
@ -1,4 +1,4 @@
|
||||
FROM golang:latest
|
||||
FROM golang:1.23
|
||||
|
||||
RUN apt update
|
||||
RUN apt install -y pandoc
|
||||
@ -7,10 +7,10 @@ WORKDIR /var/www/cpolis
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN curl -sLO https://github.com/tailwindlabs/tailwindcss/releases/latest/download/tailwindcss-linux-x64
|
||||
RUN curl -sLO https://github.com/tailwindlabs/tailwindcss/releases/download/v3.4.15/tailwindcss-linux-x64
|
||||
RUN chmod +x tailwindcss-linux-x64
|
||||
RUN mv tailwindcss-linux-x64 tailwindcss
|
||||
RUN tailwindcss -i ./web/static/css/input.css -o ./web/static/css/style.css
|
||||
RUN ./tailwindcss -i ./web/static/css/input.css -o ./web/static/css/style.css
|
||||
|
||||
RUN go build -o cpolis cmd/main.go
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/bash -
|
||||
#! /bin/sh -
|
||||
|
||||
read -sp "Enter DB password: " DB_PASS
|
||||
echo
|
||||
|
@ -42,7 +42,7 @@
|
||||
<p>{{.Version}} - <strong>Alpha: Drastische Änderungen und Fehler vorbehalten.</strong></p>
|
||||
</footer>
|
||||
|
||||
<script src="https://unpkg.com/htmx.org@latest"></script>
|
||||
<script src="https://unpkg.com/htmx.org@2.0.4"></script>
|
||||
<script src="https://unpkg.com/easymde/dist/easymde.min.js"></script>
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user