diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..fb745dc
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,8 @@
+FROM debian:stable-slim
+WORKDIR /opt
+COPY --chown=root --chmod=0755 sqpad /opt/sqpad
+RUN mkdir -p -m 0755 /opt/Files
+RUN touch /opt/Files/posts.json
+COPY --chown=root --chmod=0755 Files/* /opt/Files/
+EXPOSE 8080
+CMD ["/opt/sqpad"]
diff --git a/Files/footer.html b/Files/footer.html
index 308b1d0..ceb748d 100644
--- a/Files/footer.html
+++ b/Files/footer.html
@@ -1,2 +1,5 @@
+
+