Skip to content

brtmvdl/docker-gcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker GCC

github/actions/workflow/status github/license github/stars

To compile and deploy C projects.

See more in hub.docker.com/r/tmvdl/gcc

how to install

Install Docker.

how to use

development

version: '3'

services:
  app:
    image: tmvdl/gcc
    volumes:
      - .:/app
docker-compose up --build

production

docker run tmvdl/gcc

license

MIT

About

To compile and deploy C projects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published