Skip to content

Commit

Permalink
藍ちゃんウィジェットにsubmoduleは必要ない
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Nov 18, 2022
1 parent ed5cbc9 commit a2938c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

2 changes: 0 additions & 2 deletions Dockerfile
Expand Up @@ -6,8 +6,6 @@ WORKDIR /misskey
RUN apt-get update \
&& apt-get install -y --no-install-recommends build-essential

RUN git init
RUN git submodule update --init
COPY package.json yarn.lock ./
RUN yarn install
COPY . ./
Expand Down

0 comments on commit a2938c6

Please sign in to comment.