Skip to content

Commit 4bb1983

Browse files
authored
Merge pull request #61 from RustyRory/staging
Staging
2 parents 74ac1d2 + 500e01b commit 4bb1983

24 files changed

Lines changed: 3318 additions & 1050 deletions

app/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM node:20-alpine
22

3+
RUN apk add --no-cache git docker-cli docker-cli-compose \
4+
&& git config --global --add safe.directory '*'
5+
36
WORKDIR /app
47

58
COPY package*.json ./

0 commit comments

Comments
 (0)