Skip to content

Commit

Permalink
Fix scripts execution rights
Browse files Browse the repository at this point in the history
  • Loading branch information
gdepuille committed Apr 28, 2024
1 parent e227cfa commit 6835d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ EOF
WORKDIR /app
COPY package.json .
COPY yarn.lock .
COPY scripts .
RUN yarn install --production --frozen-lockfile
COPY dist/ .
RUN chmod +x scripts/*.sh


CMD ["node", "server.js"]

0 comments on commit 6835d2d

Please sign in to comment.