From 8654926e366d377ef36b9a2c04df4996ef8dabf5 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Thu, 28 Dec 2023 01:04:58 -0500 Subject: [PATCH] fix: change app dir --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 182fd46..9ac2361 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM node:18.17.0 RUN curl -fsSL https://bun.sh/install | bash # Set the working directory in the container -WORKDIR /usr/src/app +WORKDIR /app # Copy your action's source files to the container COPY . .