hiett commited on
Commit
dc233b2
1 Parent(s): be6071d

More repository cleaning

Browse files
Files changed (1) hide show
  1. HOW_TO_BUILD.md +0 -7
HOW_TO_BUILD.md DELETED
@@ -1,7 +0,0 @@
1
- ## Building the Docker image
2
-
3
- To build both an amd64 image and an arm64 image, on an M1 Mac:
4
-
5
- ```
6
- docker buildx build --platform linux/amd64,linux/arm64 --push -t hiett/serverless-redis-http:0.0.5-alpha
7
- ```