Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Docker file #34

Open
dwhieb opened this issue Feb 19, 2021 · 2 comments
Open

add Docker file #34

dwhieb opened this issue Feb 19, 2021 · 2 comments
Labels
dependencies Updates to dependencies or from upstream

Comments

@dwhieb
Copy link

dwhieb commented Feb 19, 2021

Add the Docker file to this repo. Start with the file from the Korp repo and edit as needed.

The Docker file should not edit the files inside of the Docker containers, just rebuild them.

@dwhieb
Copy link
Author

dwhieb commented Feb 20, 2021

#!/bin/bash

# This script is run by the deploy.altlab.dev webhook to update the deployed
# app.

set -eu
DIR="$(dirname -- "${0}")"

cd "${DIR}"

# Some day we might want to automatically pull the git repo that contains this
# deploy script, but for now changing the deploy process will require that
# to be done manually.
# git pull ...

make rebuild-frontend update-frontend-container

@dwhieb
Copy link
Author

dwhieb commented Mar 7, 2021

@dwhieb dwhieb added the dependencies Updates to dependencies or from upstream label Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Updates to dependencies or from upstream
Projects
None yet
Development

No branches or pull requests

1 participant