Skip to content

Instantly share code, notes, and snippets.

@eljump
eljump / Dockerfile
Created June 27, 2023 07:38
Docker+sphinx
# Define Sphinx version
FROM alpine:3.18
# Define Sphinx version
ENV SPHINX_VERSION '3.5.1-82c60cb-linux-amd64-musl'
ENV SPHINX_DIR 'sphinx-3.5.1'
# Install dependencies
RUN apk add --no-cache \
wget \
# For more information: https://laravel.com/docs/sail
version: '3'
services:
laravel.test:
build:
context: ./docker/8.1
dockerfile: Dockerfile
args:
WWWGROUP: '${WWWGROUP}'
APP_PORT: '62.113.110.33'