From 32c9df015e356058363ef51a44866959399bd789 Mon Sep 17 00:00:00 2001 From: cs131039 Date: Thu, 11 Jun 2020 22:41:37 +0000 Subject: [PATCH] Upload files to 'project' --- project/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 project/Makefile diff --git a/project/Makefile b/project/Makefile new file mode 100644 index 0000000..958d42c --- /dev/null +++ b/project/Makefile @@ -0,0 +1,6 @@ +Makefile: +# run Dockerfile + docker build -f Dockerfile . + +# deploy + docker stack deploy -c docker-compose.yml wordpress \ No newline at end of file