-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
6dbd0c4
to
78b18de
Compare
@@ -10,7 +10,8 @@ on: | |||
jobs: | |||
build: | |||
name: Lint, build and test | |||
runs-on: ubuntu-18.04 | |||
runs-on: ubuntu-22.04 | |||
if: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not remove this if it is never run?
# with: | ||
# context: backend | ||
# push: true | ||
# tags: c4dt/service-stainless-backend:latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove the commented lines
docker-compose.yml
Outdated
volumes: | ||
- ./backend/build/conode-1:/config | ||
# volumes: | ||
# - ./backend/build/conode-1:/config |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove the commented lines
docker-compose.yml
Outdated
ports: | ||
- "8080:8080" | ||
# volumes: | ||
# - ./webapp/src/assets:/webapp/assets |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove the commented lines
Sorry, that was not supposed to be reviewed yet. I'm still in the middle of getting this one to work. And it's a mess! |
Build the images on github.