Skip to content

Instantly share code, notes, and snippets.

View julfiker's full-sized avatar

Md. Julfiker ali julfiker

View GitHub Profile
@julfiker
julfiker / Dockerfile
Last active August 19, 2023 10:20
Docker Environment for php8.2,symfony, nginx, mysql, redis and rabbitMQ
#Dockerfile
FROM php:8.2-fpm
# Install extensions and dependencies
RUN apt-get update && \
apt-get install -y libpq-dev zip unzip git && \
docker-php-ext-install pdo pdo_mysql
# Set working directory
WORKDIR /var/www/html
[
{name: 'Afghanistan', code: 'AF'},
{name: 'Åland Islands', code: 'AX'},
{name: 'Albania', code: 'AL'},
{name: 'Algeria', code: 'DZ'},
{name: 'American Samoa', code: 'AS'},
{name: 'AndorrA', code: 'AD'},
{name: 'Angola', code: 'AO'},
{name: 'Anguilla', code: 'AI'},
{name: 'Antarctica', code: 'AQ'},