.
gitea/hedera-web/pipeline/pr-beta There was a failure building this commit
Details
gitea/hedera-web/pipeline/pr-beta There was a failure building this commit
Details
This commit is contained in:
parent
90db0034e1
commit
b967d2fee1
|
@ -1,15 +0,0 @@
|
|||
FROM php:8.2-cli
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends git
|
||||
|
||||
WORKDIR /usr/src
|
||||
RUN git clone https://gitea.verdnatura.es/verdnatura/php-vn-lib.git
|
||||
|
||||
RUN docker-php-ext-install mysqli
|
||||
|
||||
WORKDIR /usr/src/hedera-web
|
||||
COPY . .
|
||||
|
||||
WORKDIR /usr/src/hedera-web/back
|
||||
|
||||
CMD [ "php", "-S", "0.0.0.0:3002", "-t", ".", "index.php" ]
|
Loading…
Reference in New Issue