Skip to content
This repository was archived by the owner on Mar 10, 2021. It is now read-only.

Commit 0d64f9a

Browse files
author
Evandro Myller
committed
Rewrite Dockerfiles to enable auto builds
1 parent 427aa98 commit 0d64f9a

4 files changed

Lines changed: 9 additions & 26 deletions

File tree

Dockerfile renamed to 3.5-10.dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
ARG python_tag
2-
FROM python:$python_tag
1+
FROM python:3.5
32

43
# Install NodeJS + yarn
54
RUN \

3.6-10.dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM python:3.6
2+
3+
# Install NodeJS + yarn
4+
RUN \
5+
curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
6+
apt-get install -y nodejs &&\
7+
rm -rf /var/lib/apt/lists/ &&\
8+
npm install -g yarn

build-push.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

docker-compose.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)