Skip to content
Snippets Groups Projects
Commit fcfdf2f0 authored by Liam Ilaya Roth's avatar Liam Ilaya Roth
Browse files

Initial commit

parents
Branches
No related tags found
No related merge requests found
version: '3'
services:
website:
build: ./docker
ports:
- '8080:80'
FROM httpd:2.4
COPY ./testappserver/ /usr/local/apache2/htdocs/
testappserver @ d305e92b
Subproject commit d305e92bd5c31469d2d9d164bc9a60f173503b59
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment