From d25bf6a53e4140779ad57474f1f02d50f9cc0d6f Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Tue, 13 Dec 2022 01:56:49 +0100 Subject: [PATCH] Add dockerfile to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a691d4..59e6327 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,6 @@ This is my project for the Web And Software Architecture (WASA) class * An API specification using the OpenAPI standard * A backend written in the Go language * A frontend in Vue.js -* ~~A Dockerfile to build a Docker image to deploy the project in a container.~~ +* A Dockerfile to build a Docker image to deploy the project in a container. *(Strikethrough parts are work in progress or still need to be implemented)*