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 . .