Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
fixed missing git in stg dockerfile (#118)
Browse files Browse the repository at this point in the history
Added the missing git install in the file.

I was thinking of rewriting it as an image, but for this particular case
it may be easier to simply fix the script and replace it when we do #114
  • Loading branch information
Bullrich authored Jun 26, 2023
1 parent f273332 commit 9098c33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/generateDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ print_app_dockerfile() {
echo "
$dockerfile_start
RUN apk add git
RUN mkdir /app && chown node:node /app
COPY --chown=node:node . /app
WORKDIR /app
Expand Down

0 comments on commit 9098c33

Please sign in to comment.