File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN npm run build
18
18
19
19
20
20
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"
22
22
ENV CONFIG=/config
23
23
ENV DATA=/assets
24
24
ENV UID=998
Original file line number Diff line number Diff line change 1
1
version : " 2.1"
2
2
services :
3
3
hammond :
4
- image : akhilrex /hammond
4
+ image : alfhou /hammond
5
5
container_name : hammond
6
6
environment :
7
7
- JWT_SECRET=somethingverystrong
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN go build -o ./app ./main.go
16
16
17
17
FROM alpine:latest
18
18
19
- LABEL org.opencontainers.image.source="https://github.com/akhilrex /hammond"
19
+ LABEL org.opencontainers.image.source="https://github.com/alfhou /hammond"
20
20
21
21
ENV CONFIG=/config
22
22
ENV DATA=/assets
@@ -38,4 +38,4 @@ COPY dist ./dist
38
38
39
39
EXPOSE 3000
40
40
41
- ENTRYPOINT ["./app" ]
41
+ ENTRYPOINT ["./app" ]
You can’t perform that action at this time.
0 commit comments