Skip to content

Commit

Permalink
Make sure that the node strat script is executable
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceo committed Sep 27, 2024
1 parent a3bfd19 commit 0ef7e05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lagoon/node.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM uselagoon/node-20-builder:latest as builder
COPY package.json /app/
RUN yarn install
RUN yarn build

FROM uselagoon/node-20:latest
COPY --from=builder /app/node_modules /app/node_modules
Expand Down
Empty file modified lagoon/start.sh
100644 → 100755
Empty file.

0 comments on commit 0ef7e05

Please sign in to comment.