diff options
author | fx <[email protected]> | 2023-10-09 21:57:23 +0200 |
---|---|---|
committer | fx <[email protected]> | 2023-10-09 21:57:23 +0200 |
commit | f985e3c21d3241fa0fa0e231ed700c6bec163a6e (patch) | |
tree | 3cf6590d2722304b85e4dca5b910e97923576900 | |
parent | 5e83acf5bd2693421c9909554723d605b1247cad (diff) | |
download | webol-f985e3c21d3241fa0fa0e231ed700c6bec163a6e.tar webol-f985e3c21d3241fa0fa0e231ed700c6bec163a6e.tar.gz webol-f985e3c21d3241fa0fa0e231ed700c6bec163a6e.zip |
fix port
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,5 +3,5 @@ FROM --platform=amd64 debian:bullseye-slim | |||
3 | WORKDIR /usr/local/webol | 3 | WORKDIR /usr/local/webol |
4 | COPY target/armv7-unknown-linux-gnueabihf/release/webol /usr/local/bin/webol | 4 | COPY target/armv7-unknown-linux-gnueabihf/release/webol /usr/local/bin/webol |
5 | 5 | ||
6 | EXPOSE 72209 | 6 | EXPOSE 7229 |
7 | CMD ["webol"] \ No newline at end of file | 7 | CMD ["webol"] \ No newline at end of file |