Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl committed Jul 13, 2024
1 parent 1c1da0f commit 7134b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ ENV linkOctokitConfig ${linkOctokitConfig}
# >


WORKDIR /usr/app
COPY ./ /usr/app
WORKDIR /app
COPY . .
RUN npm install


Expand Down

0 comments on commit 7134b45

Please sign in to comment.