Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (6 loc) · 540 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 540 Bytes

Serverless Dockerfile

Docker Build Statu

A Docker image for running the serverless framework tool.

How to use

You can find the image at docker.io/mtpereira/serverless.

Check the example/ directory for a simple usage example. Build it with docker build --rm . inside that directory and then run it with docker run --rm DOCKER_IMAGE_ID.