Skip to content

plandevida/vapor-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

Vapor for Docker

The base image is build on Ubuntu 20.04 with Swift 5.6 and Vapor toolbox

Simple setup

You can use the base image to get a simple setup with Vapor & Docker up and running. Go to your projects root directory and run this command

docker run --rm -ti -v $(pwd):/vapor -p 8080:8080 plandevida/vapor-toolbox:latest

This command will start a container with a mounted directory and build and run the source inside the container. You can access to your app using https://localhost:8080

this image doesn't have MySQL, PGSQL or SQLite

About

Docker images for Vapor.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Dockerfile 100.0%