Skip to content

Commit 8514972

Browse files
committed
Set build.sh File Permissions to executable
1 parent a4e3d30 commit 8514972

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ WORKDIR /app
55
COPY package.json package-lock.json ./
66
RUN npm install --no-cache
77
COPY . .
8+
RUN chmod +x build.sh
89
RUN ./build.sh
910

1011

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/sh
12
set -e
23

34
npm install

0 commit comments

Comments
 (0)