Skip to content
This repository has been archived by the owner on Feb 28, 2018. It is now read-only.

Update docker container versions #236

Closed
wants to merge 1 commit into from
Closed

Update docker container versions #236

wants to merge 1 commit into from

Conversation

Irio
Copy link
Collaborator

@Irio Irio commented Aug 12, 2017

Wasn't able to fully test it without the changes in the Dockerfile's.

  • Update Docker images.
  • Update Docker Compose file version.
  • Install dependencies I need to properly run Dockerfile-elm.

Wasn't able to fully test it without the changes in the Dockerfile's.
Copy link
Collaborator

@cuducos cuducos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added minor comments, can you comment on ./assets/ vs. ./staticfiles/ so we try to keep things as simples as possible?

@@ -18,6 +18,7 @@ jarbas/frontend/tests/Doc/
jarbas/frontend/tests/elm-package.json
node_modules/
staticfiles/
assets/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIK assets was supposed to be a Docker volume, not an actual directory in project root. Can you refresh my memory here, @lipemorais?

This might me relevant as Django will collect files to ./staticfiles/ (which already exists in the pipeline) — so unifying in one directory might be better than creating a new one…


RUN npm install yarn
RUN npm install gulp yarn -D
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is -D still a shortcut for --save-dev? If so this might actually change a file in the project root — which might not be expected.

Also related to that error you've asked in PVT, something like gulp not found, installing yarn and gulp as global might be an option.

@cuducos cuducos mentioned this pull request Sep 6, 2017
4 tasks
@cuducos cuducos deleted the irio-setup branch February 1, 2018 23:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants