mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-24 22:46:41 +07:00
add bash ffs
All checks were successful
Build & Publish / Build & Publish (push) Successful in 2m20s
All checks were successful
Build & Publish / Build & Publish (push) Successful in 2m20s
This commit is contained in:
parent
2606fdf0bb
commit
3deecf94f8
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM node:18-alpine as builder
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN apk add --no-cache tzdata
|
RUN apk add --no-cache tzdata bash
|
||||||
COPY ./package.json .
|
COPY ./package.json .
|
||||||
COPY ./yarn.lock .
|
COPY ./yarn.lock .
|
||||||
RUN yarn
|
RUN yarn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue