mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 04:40:05 +01:00
fix: exclude terraform
Signed-off-by: allanice001 <allanice001@gmail.com>
This commit is contained in:
@@ -15,7 +15,11 @@ RUN npm i -g yarn pnpm
|
||||
WORKDIR /src
|
||||
|
||||
COPY . .
|
||||
RUN make clean && make swagger && make sdk-ts-ui && make ui && make build
|
||||
RUN make clean
|
||||
RUN make swagger
|
||||
RUN make sdk-ts-ui
|
||||
RUN make ui
|
||||
RUN make build
|
||||
|
||||
#################################
|
||||
# Runtime
|
||||
|
||||
Reference in New Issue
Block a user