mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-03-21 20:18:40 -06:00
git actions v2
This commit is contained in:
+2
-2
@@ -27,11 +27,11 @@ COPY ./.env.example ./.env
|
||||
|
||||
COPY ./Docker ./Docker
|
||||
|
||||
RUN chmod +x ./Docker/deploy_database.sh
|
||||
RUN chmod +x ./Docker/scripts/*
|
||||
|
||||
ENV DATABASE_CONNECTION_URI=postgres://postgres:pass@localhost/evolution
|
||||
|
||||
RUN ./Docker/deploy_database.sh
|
||||
RUN ./Docker/scripts/deploy_database.sh
|
||||
|
||||
RUN npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user