mirror of
https://github.com/ApfelTeeSaft/azahar.git
synced 2026-08-26 19:23:31 +00:00
docker: Fix azahar-room Dockerfile failing to build with podman
This commit is contained in:
@@ -4,7 +4,8 @@
|
|||||||
# --- Builder ----------------
|
# --- Builder ----------------
|
||||||
FROM opensauce04/azahar-build-environment:latest AS builder
|
FROM opensauce04/azahar-build-environment:latest AS builder
|
||||||
|
|
||||||
COPY . /var/azahar-src
|
RUN mkdir /var/azahar-src/
|
||||||
|
COPY ./ /var/azahar-src/
|
||||||
|
|
||||||
RUN mkdir ./builddir/
|
RUN mkdir ./builddir/
|
||||||
WORKDIR ./builddir/
|
WORKDIR ./builddir/
|
||||||
|
|||||||
Reference in New Issue
Block a user