Skip to content

Commit fca9869

Browse files
committed
Minor changes.
1 parent d6d1144 commit fca9869

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ RUN set -e -x && \
2323

2424
FROM gcr.io/distroless/static
2525
COPY --from=BASE_BUILD /usr/local/bin/outline /usr/local/bin/outline
26+
2627
VOLUME ["/outline"]
28+
2729
ENTRYPOINT ["/usr/local/bin/outline"]
2830
CMD ["-config", "/outline/config.yml", "-udptimeout", "5m0s", "--replay_history", "1000"]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ docker-compose up -d
7676
Build with a version:
7777

7878
```sh
79-
VERSION=1.3.4 && \
79+
VERSION="1.3.4" && \
8080
docker build --build-arg OUTLINE_SHADOWSOCKS_VERSION="$VERSION" \
8181
-f Dockerfile \
8282
-t "morazow/outline-shadowsocks-server:$VERSION" \
@@ -85,7 +85,7 @@ docker build --build-arg OUTLINE_SHADOWSOCKS_VERSION="$VERSION" \
8585

8686
## License
8787

88-
[The MIT License (MIT)](LICENSE)
88+
[MIT License (MIT)](LICENSE)
8989

9090
[distroless]: https://github.com/GoogleContainerTools/distroless
9191
[outline-server]: https://github.com/Jigsaw-Code/outline-server

0 commit comments

Comments
 (0)