Skip to content

Commit

Permalink
chore: adding work dir for node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Renato66 committed Feb 17, 2024
1 parent 3e86e8a commit d930eac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM node:20-slim

# Create a directory for the action code
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app

COPY . .

RUN npm install --production
Expand Down

0 comments on commit d930eac

Please sign in to comment.