Start working on sorting products by different columns. #19
@@ -1,6 +1,7 @@
|
||||
FROM php:8.3-cli
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
ENV PHP_MEMORY_LIMIT=512M
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
git \
|
||||
|
||||
Reference in New Issue
Block a user