From c07bc1b27a4474ebcaa31fa9bebcd325c0efe3a9 Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Fri, 23 Dec 2022 01:54:11 +0100 Subject: [PATCH] Update README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 59e6327..15ce994 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ 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. - -*(Strikethrough parts are work in progress or still need to be implemented)* +* Dockerfiles to deploy the backend and the frontend in a contaner. + * Dockerfile.backend builds the container for the backend + * Dockerfile.frontend builds the container for the frontend + * Dockerfile.embedded builds a container which a backend which also delives the frontend