0.0.2a1
This commit is contained in:
parent
825c57e8a9
commit
01dc181912
2 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@ FROM alpine:3.11
|
||||||
|
|
||||||
ENV PYTHON_VERSION=3.8.2-r0
|
ENV PYTHON_VERSION=3.8.2-r0
|
||||||
ENV APP_PORT 8080
|
ENV APP_PORT 8080
|
||||||
ENV BUTTERROBOT_VERSION 0.0.2
|
ENV BUTTERROBOT_VERSION 0.0.2a1
|
||||||
ENV EXTRA_DEPENDENCIES ""
|
ENV EXTRA_DEPENDENCIES ""
|
||||||
|
|
||||||
COPY bin/start-server.sh /usr/local/bin/start-server
|
COPY bin/start-server.sh /usr/local/bin/start-server
|
||||||
RUN apk --update add python3-dev==${PYTHON_VERSION} gcc musl-dev libffi-dev openssl-dev && \
|
RUN apk --update add curl python3-dev==${PYTHON_VERSION} gcc musl-dev libffi-dev openssl-dev && \
|
||||||
pip3 install butterrobot==${BUTTERROBOT_VERSION} ${EXTRA_DEPENDENCIES}
|
pip3 install butterrobot==${BUTTERROBOT_VERSION} ${EXTRA_DEPENDENCIES}
|
||||||
|
|
||||||
USER 1000
|
USER 1000
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "butterrobot"
|
name = "butterrobot"
|
||||||
version = "0.0.2"
|
version = "0.0.2a1"
|
||||||
description = "What is my purpose?"
|
description = "What is my purpose?"
|
||||||
authors = ["Felipe Martin <me@fmartingr.com>"]
|
authors = ["Felipe Martin <me@fmartingr.com>"]
|
||||||
license = "GPL-2.0"
|
license = "GPL-2.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue