mirror of
https://github.com/SphericalKat/medium.rip.git
synced 2026-03-17 01:45:57 +00:00
Compare commits
2 Commits
aa2de454b9
...
9815b9ff8b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9815b9ff8b | ||
|
|
63b5f4701f |
@ -9,7 +9,7 @@ COPY frontend/ ./
|
|||||||
RUN pnpm build
|
RUN pnpm build
|
||||||
|
|
||||||
# backend
|
# backend
|
||||||
FROM golang:1.25-alpine as backend
|
FROM golang:1.26-alpine as backend
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN rm -rf frontend
|
RUN rm -rf frontend
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user