kopia lustrzana https://github.com/FacilMap/facilmap
Attempt removing dev dependencies to reduce docker image size
rodzic
8e5f518fef
commit
973878593c
|
@ -13,9 +13,7 @@ WORKDIR /opt/facilmap
|
|||
|
||||
COPY ./ ./
|
||||
|
||||
RUN yarn install
|
||||
|
||||
RUN yarn run build:frontend:app && yarn run build:server
|
||||
RUN yarn install && yarn run build:frontend:app && yarn run build:server && yarn workspaces focus -A --production
|
||||
|
||||
RUN mkdir -p "$CACHE_DIR" && chown -R facilmap:facilmap "$CACHE_DIR"
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue