Skip to content

Commit f632c2c

Browse files
author
haxwithaxe
committed
Fixed home path env
1 parent a514ef0 commit f632c2c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.authors="haxwithaxe W3AXE"
55
LABEL org.opencontainers.image.description="HamClock by WBØOEW in a Docker container"
66
LABEL org.opencontainers.image.source="https://github.com/haxwithaxe/hamclock-docker"
77

8-
ENV HOME=/hamlib
8+
ENV HOME=/hamclock
99

1010
WORKDIR /
1111

Dockerfile-CI

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.authors="haxwithaxe W3AXE"
55
LABEL org.opencontainers.image.description="HamClock by WBØOEW in a Docker container"
66
LABEL org.opencontainers.image.source="https://github.com/haxwithaxe/hamclock-docker"
77

8-
ENV HOME=/hamlib
8+
ENV HOME=/hamclock
99

1010
WORKDIR /
1111

0 commit comments

Comments
 (0)