git actions v2

This commit is contained in:
Davidson Gomes
2024-06-09 14:53:48 -03:00
parent 6c8e84eed4
commit 7dd4d8ae86
3 changed files with 21 additions and 3 deletions
+2 -2
View File
@@ -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