SHORT_DESCRIPTION
- Compatible with
amd64
,386
,arm64
,arm32v7
,arm32v6
,ppc64le
ands390x
CPU architectures. - Docker image tags and sizes
-
Use the following command:
docker run -d qmcgaw/REPONAME_DOCKER
You can also use docker-compose.yml with:
docker-compose up -d
-
You can update the image with
docker pull qmcgaw/REPONAME_DOCKER:latest
or use one of tags available
Environment variable | Default | Possible values | Description |
---|---|---|---|
-
Setup your environment
Using VSCode and Docker
- Install Docker
- On Windows, share a drive with Docker Desktop and have the project on that partition
- On OSX, share your project directory with Docker Desktop
- With Visual Studio Code, install the remote containers extension
- In Visual Studio Code, press on
F1
and selectRemote-Containers: Open Folder in Container...
- Your dev environment is ready to go!... and it's running in a container 👍
- Install Docker
-
Commands available:
# Starts the development server with ts-node yarn start # Test the code yarn test # Lint the code yarn lint # Build the app for production yarn build # Build the Docker image docker build -t qmcgaw/REPONAME_DOCKER .
-
See Contributing for more information on how to contribute to this repository.
- Change public icons and logos
- Write some dummy tests
This repository is under an MIT license unless otherwise indicated