mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
feat: add slack nofifier to circleci.
This commit is contained in:
@@ -2,13 +2,6 @@ FROM node:14.15.0 as build
|
||||
|
||||
USER root
|
||||
|
||||
ARG WEB_REVERSE_PROXY_PORT=8000
|
||||
ARG NO_DEFAULT=false
|
||||
ARG REACT_APP_SERVICES_HOST=/services/m
|
||||
|
||||
ENV WEB_REVERSE_PROXY_PORT=$WEB_REVERSE_PROXY_PORT
|
||||
ENV NO_DEFAULT=$NO_DEFAULT
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY ./package.json /app/package.json
|
||||
|
||||
Reference in New Issue
Block a user