Skip to content
Snippets Groups Projects
Verified Commit 13bcb7cd authored by David Beniamine's avatar David Beniamine
Browse files

Initial commit

parents
Branches master
No related tags found
No related merge requests found
Pipeline #400 passed
build_image:
image: docker:git
services:
- docker:dind
script:
- docker build -t dbeniamine/python-npm .
- docker login -u dbeniamine -p $DOCKER_HUB_TOKEN
- docker push dbeniamine/python-npm
only:
- master
FROM python:3.7
RUN apt-get update
RUN apt-get install -y npm nodejs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment