mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-17 06:46:05 +01:00
Update Dockerfile
This commit is contained in:
@@ -5,7 +5,9 @@ WORKDIR /app
|
|||||||
COPY package.json yarn.lock ./
|
COPY package.json yarn.lock ./
|
||||||
RUN yarn
|
RUN yarn
|
||||||
COPY webpack* tsconfig.json ./
|
COPY webpack* tsconfig.json ./
|
||||||
|
COPY assets assets
|
||||||
COPY src src
|
COPY src src
|
||||||
|
COPY theme theme
|
||||||
RUN yarn run build
|
RUN yarn run build
|
||||||
RUN yarn run build:server
|
RUN yarn run build:server
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user