Skip to content

Commit

Permalink
chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaridas committed Feb 1, 2024
1 parent 460eaae commit ca3f01d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ LABEL version=${VERSION}


COPY . .
RUN chmod +x start.sh
RUN apk update && apk upgrade && rm -rf /var/cache/apk/*
RUN npm install --no-fund --omit=dev


ENTRYPOINT ["/srv/start.sh"]
ENTRYPOINT ["./start.sh"]

0 comments on commit ca3f01d

Please sign in to comment.