mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
test #2
This commit is contained in:
parent
0fa5fdcd42
commit
72fe3b4893
2 changed files with 2 additions and 2 deletions
2
.github/workflows/dockerbuild.dev.yml
vendored
2
.github/workflows/dockerbuild.dev.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
id: docker_build
|
id: docker_build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
file: ./Dockerfile.dev
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: hkotel/mealie:dev
|
tags: hkotel/mealie:dev
|
||||||
- name: Image digest
|
- name: Image digest
|
||||||
|
|
|
@ -13,7 +13,7 @@ COPY ./requirements.txt /app/requirements.txt
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN apt-get update -y && \
|
RUN apt-get update -y && \
|
||||||
apt-get install -y python-pip python-dev git curl --no-install-recommends && \
|
apt-get install -y python-pip python-dev git curl --no-install-recommends
|
||||||
|
|
||||||
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | POETRY_HOME=/opt/poetry python && \
|
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | POETRY_HOME=/opt/poetry python && \
|
||||||
cd /usr/local/bin && \
|
cd /usr/local/bin && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue