Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 686 Bytes

File metadata and controls

23 lines (13 loc) · 686 Bytes

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