aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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