Skip to content

Commit a89ca5e

Browse files
committed
Update links in docker files to point to this repo
1 parent f96638d commit a89ca5e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN npm run build
1818

1919

2020
FROM alpine:latest
21-
LABEL org.opencontainers.image.source="https://github.com/akhilrex/hammond"
21+
LABEL org.opencontainers.image.source="https://github.com/alfhou/hammond"
2222
ENV CONFIG=/config
2323
ENV DATA=/assets
2424
ENV UID=998

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "2.1"
22
services:
33
hammond:
4-
image: akhilrex/hammond
4+
image: alfhou/hammond
55
container_name: hammond
66
environment:
77
- JWT_SECRET=somethingverystrong

server/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN go build -o ./app ./main.go
1616

1717
FROM alpine:latest
1818

19-
LABEL org.opencontainers.image.source="https://github.com/akhilrex/hammond"
19+
LABEL org.opencontainers.image.source="https://github.com/alfhou/hammond"
2020

2121
ENV CONFIG=/config
2222
ENV DATA=/assets
@@ -38,4 +38,4 @@ COPY dist ./dist
3838

3939
EXPOSE 3000
4040

41-
ENTRYPOINT ["./app"]
41+
ENTRYPOINT ["./app"]

0 commit comments

Comments
 (0)