Skip to content

Instantly share code, notes, and snippets.

View leotj's full-sized avatar

Leo Tiofan Justicia leotj

View GitHub Profile
@leotj
leotj / Dockerfile.development
Last active January 8, 2022 09:11
Pod / Docker Wrapper For Flarum
# Copyright (c) 2022 Leo Tiofan Justicia
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Steps to run:
# 1. podman build . -t learning/flarum -f Dockerfile.development
# 2. podman run -it -v $(pwd):/var/www/flarum --net=host --name learning-flarum -p 8081:8081 learning/flarum
FROM trafex/php-nginx:latest