Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

softwaremill/hiring-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hiring-docker

Dockerfiles to use for verifying candidates' hiring assignments

How to use

For example:

Go to the folder with your chosen dockerfile:

cd j8pure

Build the image:

docker build . --tag hiring

Run it, mounting the candidate's repo folder:

docker run -it --mount type=bind,source=/<insert-your-path>/zofia_iksinska,target=/app hiring

You might also need to expose the app's port:

docker run -it --mount type=bind,source=/<insert-your-path>/zofia_iksinska,target=/app -p 4567:4567 hiring

Then go to the mounted folder (cd app) and compile or deploy the app.

About

Dockerfiles to use for verifying candidates' hiring assignments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published