diff --git a/Dockerfile b/Dockerfile index a15c0dc..8109ac1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,7 @@ COPY --from=builder /app/nim_censor_bot / ENV DB_HOST="/data/censordata.db" +EXPOSE 8080 VOLUME /data CMD ["./nim_censor_bot"]