From c209871b8356cf43b39e4c2b31556b38cc95093c Mon Sep 17 00:00:00 2001 From: Spencer Flagg Date: Fri, 1 Oct 2021 20:34:57 +0200 Subject: [PATCH] dockerfile error --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 744918e..81f5dc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apk update && apk upgrade RUN apk add git # copy the app, note .dockerignore -COPY . /usr/src/nuxt-app/ +COPY . /usr/src/test-02/ RUN yarn install # build necessary, even if no static files are needed,