Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/docker app build #763

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 26, 2021

  1. First commit

    joaoGabriel55 committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    0222697 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    6363563 View commit details
    Browse the repository at this point in the history
  2. Remove npm installation from Dockerfile

    Some problems when building the `web` service were caused not by the `node` version but rather by the `npm` version, since `npm install -g npm` installs the most recent `npm` version and caused a conflict with the current `node` version (7.7.2).
    henriqueinonhe committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    59b4ed4 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Bump node version in Dockerfile and package.json

    There are some conflicts with the Node version used in containers (7.7.2) when running yarn and also the Node version declared in `.nvmrc` is 10.17.0, which probably indicates that this is the version that actually works.
    henriqueinonhe committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    21db264 View commit details
    Browse the repository at this point in the history