Skip to content

Refden/refden-web-dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Refden Web Dockerfile

Dockerfile for running tests on Bitbucket Pipelines for a Rails app.

https://hub.docker.com/r/mapreal19/refden-ci

Upgrade instructions

  1. Build your image:
  • docker build -t mapreal19/refden-ci .
  • Use --no-cache for updating deps: docker build -t mapreal19/refden-ci --no-cache --platform linux/amd64 .
  1. Push to DockerHub:
  • docker push mapreal19/refden-ci

Test in local

docker run -i -t -v <local_directoy_of_your_rails_app>:<directory_on_docker> mapreal19/refden-ci /bin/bash

Troubleshooting

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published