diff --git a/Dockerfile b/Dockerfile
index 0bc7b5c5..22bd1896 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -27,8 +27,8 @@ FROM scratch
COPY --from=builder /usr/bin/s3server /usr/bin/s3server
COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs
-COPY static /go/static
-COPY templates /go/templates
+COPY static /static
+COPY templates /templates
ENTRYPOINT [ "s3server" ]
CMD [ "--help" ]
diff --git a/Makefile b/Makefile
index 9b3d8da2..24241f69 100644
--- a/Makefile
+++ b/Makefile
@@ -122,7 +122,7 @@ bump-version: ## Bump the version in the version file. Set BUMP to [ patch | maj
echo $(NEW_VERSION) > VERSION
@echo "Updating links to download binaries in README.md"
sed -i s/$(VERSION)/$(NEW_VERSION)/g README.md
- git add VERSION README.md
+ git add _VERSION README.md
git commit -vsam "Bump version to $(NEW_VERSION)"
@echo "Run make tag to create and push the tag for new version $(NEW_VERSION)"
diff --git a/README.md b/README.md
index d425c766..29828036 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Static server for s3 files.
$ s3server -h
Server to index & view files from s3 bucket.
- Version: v0.2.0
+ Version: v0.2.1
Build: e5a60e2
-bucket string
diff --git a/_VERSION b/_VERSION
index 1474d00f..22c08f72 100644
--- a/_VERSION
+++ b/_VERSION
@@ -1 +1 @@
-v0.2.0
+v0.2.1
diff --git a/templates/layout.html b/templates/layout.html
index eb51caed..aa22c140 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -8,12 +8,12 @@
Last Updated: {{ .LastUpdated }}
-