Skip to content

Commit

Permalink
remove testnet env, will handle it from the testnet docker-compose in…
Browse files Browse the repository at this point in the history
…stead
  • Loading branch information
ylebre committed Nov 11, 2022
1 parent 783b20e commit ae1123a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ RUN docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql && docker-php-ex
COPY --from=composer /usr/bin/composer /usr/bin/composer
ADD . /app
WORKDIR /app
RUN mv testnet.env .env
ENV LOAD_ENV 1
RUN composer install
CMD php -S 0.0.0.0:80 src/server.php

0 comments on commit ae1123a

Please sign in to comment.