From b3f47003c14ed98f929c34f0fdeb21a6f794864c Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Mon, 22 Aug 2022 22:11:29 -0700 Subject: [PATCH] =?UTF-8?q?calckey=20=F0=9F=90=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2fecca15d..7bc350648 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM node:alpine ENV YARN_CHECKSUM_BEHAVIOR=update ARG NODE_ENV=production -WORKDIR /misskey +WORKDIR /calckey # Copy Files COPY . ./