mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-29 22:56:15 -06:00
update Dockerfile with new css bundling
This commit is contained in:
parent
4ec72cdbdc
commit
7e321b53d5
1 changed files with 2 additions and 2 deletions
|
|
@ -33,10 +33,10 @@ FROM node:16.5.0-alpine3.11 AS web_builder
|
|||
RUN apk update && apk upgrade --no-cache
|
||||
|
||||
COPY web /web
|
||||
WORKDIR /web/source
|
||||
WORKDIR /web/gotosocial-styling
|
||||
|
||||
RUN yarn install
|
||||
RUN node build.js
|
||||
RUN BUILD_DIR=../assets node index.js
|
||||
|
||||
# STEP THREE: bundle the admin webapp
|
||||
FROM node:16.5.0-alpine3.11 AS admin_builder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue