summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorfx <[email protected]>2023-10-09 21:57:23 +0200
committerfx <[email protected]>2023-10-09 21:57:23 +0200
commitf985e3c21d3241fa0fa0e231ed700c6bec163a6e (patch)
tree3cf6590d2722304b85e4dca5b910e97923576900 /Dockerfile
parent5e83acf5bd2693421c9909554723d605b1247cad (diff)
downloadwebol-f985e3c21d3241fa0fa0e231ed700c6bec163a6e.tar
webol-f985e3c21d3241fa0fa0e231ed700c6bec163a6e.tar.gz
webol-f985e3c21d3241fa0fa0e231ed700c6bec163a6e.zip
fix port
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 969403d..d014c5a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,5 +3,5 @@ FROM --platform=amd64 debian:bullseye-slim
3WORKDIR /usr/local/webol 3WORKDIR /usr/local/webol
4COPY target/armv7-unknown-linux-gnueabihf/release/webol /usr/local/bin/webol 4COPY target/armv7-unknown-linux-gnueabihf/release/webol /usr/local/bin/webol
5 5
6EXPOSE 72209 6EXPOSE 7229
7CMD ["webol"] \ No newline at end of file 7CMD ["webol"] \ No newline at end of file