fix: change app dir

This commit is contained in:
Derrick Hammer 2023-12-28 01:04:58 -05:00
parent 3c3be95cd8
commit 8654926e36
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

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