Skip to content

Commit 1cd303c

Browse files
committed
Magento 2.3.0
1 parent 894e455 commit 1cd303c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
FROM outeredge/edge-docker-php:7.1.24-alpine
22

3-
ENV MAGENTO_VERSION=2.2.7
3+
ENV MAGENTO_VERSION=2.3.0
44

55
CMD ["/run.sh"]
66

77
COPY . /
88

99
RUN wget -nv https://github.com/outeredge/edge-docker-magento/releases/download/v${MAGENTO_VERSION}/Magento-CE-${MAGENTO_VERSION}.tar.bz2 -O - | tar -jxf - -C /var/www --exclude='composer.lock' --exclude='*.md' && \
10-
sed -i '/$relativePath = $request->getPathInfo();/a $relativePath = ltrim(ltrim($relativePath, "media"), "/");' /var/www/pub/get.php && \
1110
chmod +x /var/www/bin/magento && \
1211
cp /var/www/nginx.conf.sample /etc/nginx/magento_default.conf && \
1312
sed -i '/^#/d' /etc/nginx/magento_default.conf && \

0 commit comments

Comments
 (0)