diff options
Diffstat (limited to 'Dockerfile')
-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 |