Update links in docker files to point to this repo
This commit is contained in:
@@ -18,7 +18,7 @@ RUN npm run build
|
||||
|
||||
|
||||
FROM alpine:latest
|
||||
LABEL org.opencontainers.image.source="https://github.com/akhilrex/hammond"
|
||||
LABEL org.opencontainers.image.source="https://github.com/alfhou/hammond"
|
||||
ENV CONFIG=/config
|
||||
ENV DATA=/assets
|
||||
ENV UID=998
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: "2.1"
|
||||
services:
|
||||
hammond:
|
||||
image: akhilrex/hammond
|
||||
image: alfhou/hammond
|
||||
container_name: hammond
|
||||
environment:
|
||||
- JWT_SECRET=somethingverystrong
|
||||
|
||||
@@ -16,7 +16,7 @@ RUN go build -o ./app ./main.go
|
||||
|
||||
FROM alpine:latest
|
||||
|
||||
LABEL org.opencontainers.image.source="https://github.com/akhilrex/hammond"
|
||||
LABEL org.opencontainers.image.source="https://github.com/alfhou/hammond"
|
||||
|
||||
ENV CONFIG=/config
|
||||
ENV DATA=/assets
|
||||
@@ -38,4 +38,4 @@ COPY dist ./dist
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
ENTRYPOINT ["./app"]
|
||||
ENTRYPOINT ["./app"]
|
||||
|
||||
Reference in New Issue
Block a user