Skip to content

Instantly share code, notes, and snippets.

View rodolfopeixoto's full-sized avatar
🏠
Working from home

Rodolfo Peixoto rodolfopeixoto

🏠
Working from home
View GitHub Profile
import React, { Component } from 'react';
import * as routes from '../constants/routes';
import { geolocated } from 'react-geolocated';
import { Link } from 'react-router-dom';
import { db } from './../firebase';
const INITIAL_STATE = {
email: '',
city: 'camposDosGoytacazes',
latitude: null,
import React, { Component } from 'react';
import * as routes from '../constants/routes';
import { geolocated } from 'react-geolocated';
import { Link } from 'react-router-dom';
import { db } from './../firebase';
const INITIAL_STATE = {
email: '',
city: 'camposDosGoytacazes',
latitude: null,
import React, { Component } from 'react';
import * as routes from '../constants/routes';
import { geolocated } from 'react-geolocated';
import { Link } from 'react-router-dom';
import { db } from './../firebase';
const INITIAL_STATE = {
email: '',
city: 'camposDosGoytacazes',
latitude: null,
import React, { Component } from 'react';
import * as routes from '../constants/routes';
import { geolocated } from 'react-geolocated';
import { Link } from 'react-router-dom';
import { db } from './../firebase';
const INITIAL_STATE = {
email: '',
city: 'camposDosGoytacazes',
latitude: null,
import React, { Component } from 'react';
import * as routes from '../constants/routes';
import { geolocated } from 'react-geolocated';
import { Link } from 'react-router-dom';
import { db } from './../firebase';
const INITIAL_STATE = {
email: '',
city: 'camposDosGoytacazes',
latitude: null,
import React, { Component } from 'react';
import * as routes from '../constants/routes';
import { geolocated } from 'react-geolocated';
import { Link } from 'react-router-dom';
import { db } from './../firebase';
const INITIAL_STATE = {
email: '',
city: 'camposDosGoytacazes',
latitude: null,
import React, { Component } from 'react';
import * as routes from '../constants/routes';
import { geolocated } from 'react-geolocated';
import { Link } from 'react-router-dom';
import { db } from './../firebase';
const INITIAL_STATE = {
email: '',
city: 'camposDosGoytacazes',
latitude: null,
import React, { Component } from 'react';
import * as routes from '../constants/routes';
import { geolocated } from 'react-geolocated';
import { Link } from 'react-router-dom';
import { db } from './../firebase';
const INITIAL_STATE = {
email: '',
city: 'camposDosGoytacazes',
latitude: null,
import React, { Component } from 'react';
import * as routes from '../constants/routes';
import { geolocated } from 'react-geolocated';
import { Link } from 'react-router-dom';
import { db } from './../firebase';
const INITIAL_STATE = {
email: '',
city: 'camposDosGoytacazes',
latitude: null,
@rodolfopeixoto
rodolfopeixoto / Dockerfile
Last active January 17, 2018 13:15
Dockerfile
FROM ruby:2.3.1
RUN apt-get update -yqq \
&& apt-get install -yqq --no-install-recommends \
postgresql-client \
nodejs \
qt5-default \
libqt5webkit5-dev \
&& apt-get -q clean \
&& rm -rf /var/lib/apt/lists