Compare commits
2 commits
9204e8e196
...
1784187e64
| Author | SHA1 | Date | |
|---|---|---|---|
| 1784187e64 | |||
| f13b5e2237 |
2 changed files with 3 additions and 3 deletions
|
|
@ -12,11 +12,11 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: '^1.25'
|
||||
check-latest: true
|
||||
check-latest: false
|
||||
cache-dependency-path: |
|
||||
modules/server/go.sum
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
FROM ubuntu:22.04
|
||||
|
||||
WORKDIR /app
|
||||
COPY --chmod=755 nyanimedb /app
|
||||
COPY --chmod=755 modules/server/nyanimedb /app
|
||||
COPY modules/server/templates /app/templates
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT ["/app/nyanimedb"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue