diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,8 @@ | |||
1 | FROM --platform=amd64 debian:bullseye-slim | 1 | FROM --platform=amd64 debian:12-slim |
2 | 2 | ||
3 | WORKDIR /usr/local/webol | 3 | WORKDIR /usr/local/webol |
4 | RUN ls -la | ||
4 | COPY target/armv7-unknown-linux-gnueabihf/release/webol /usr/local/bin/webol | 5 | COPY target/armv7-unknown-linux-gnueabihf/release/webol /usr/local/bin/webol |
5 | 6 | ||
6 | EXPOSE 7229 | 7 | EXPOSE 7229 |
7 | CMD ["webol"] \ No newline at end of file | 8 | CMD ["webol"] |