Skip to content

Commit

Permalink
trying to fix the error "...must be served over HTTPS. "
Browse files Browse the repository at this point in the history
  • Loading branch information
paulasuarezp committed Apr 30, 2023
1 parent 8dca016 commit 09bcf4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lomap_es2c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
env:
API_URI: http://${{ secrets.DEPLOY_HOST }}:5000/api
API_URI: https://${{ secrets.DEPLOY_HOST }}:5000/api
with:
name: arquisoft/lomap_es2c/webapp
username: ${{ github.actor }}
Expand Down
2 changes: 2 additions & 0 deletions restapi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ RUN npm install
ARG DATABASE_URL="DATABASE_URL"
ENV DATABASE_URL=$DATABASE_URL

EXPOSE 3000

CMD [ "npm", "start" ]

0 comments on commit 09bcf4c

Please sign in to comment.