Skip to content

Commit 7f8f17d

Browse files
committed
chore: test GH build
1 parent 8bd30e8 commit 7f8f17d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FROM public.ecr.aws/bitnami/node:18
22
ENV NODE_ENV=production
33
RUN npm install -g typescript
44

5+
# test new build
6+
57
WORKDIR /app
68
COPY . .
79
RUN yarn

0 commit comments

Comments
 (0)