mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 00:10:58 -05:00
Remove additional layer
This commit is contained in:
parent
dec7e4b434
commit
8a67a6e602
@ -2,11 +2,10 @@ FROM node:21.1.0-bookworm-slim
|
|||||||
ENV YARN_VERSION 4.1.0
|
ENV YARN_VERSION 4.1.0
|
||||||
ENV TZ Australia/Sydney
|
ENV TZ Australia/Sydney
|
||||||
RUN yarn policies set-version $YARN_VERSION
|
RUN yarn policies set-version $YARN_VERSION
|
||||||
RUN apt update -y && apt upgrade -y && apt install -y git fontconfig
|
RUN apt update -y && apt upgrade -y && apt install -y git fontconfig && npm install -g typescript
|
||||||
RUN npm install -g typescript
|
|
||||||
WORKDIR /Daggerbot
|
WORKDIR /Daggerbot
|
||||||
RUN git config --global --add safe.directory /Daggerbot
|
RUN git config --global --add safe.directory /Daggerbot
|
||||||
COPY tsconfig.json package.json yarn.lock .yarnrc.yml ./
|
COPY tsconfig.json package.json yarn.lock .yarnrc.yml ./
|
||||||
RUN yarn workspaces focus
|
RUN yarn
|
||||||
|
|
||||||
CMD [ "yarn", "node", "." ]
|
CMD [ "yarn", "node", "." ]
|
||||||
|
Loading…
Reference in New Issue
Block a user