Skip to content

Commit

Permalink
fix: training-tools level update
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-a-r-a-k-i authored and moul committed Oct 10, 2019
1 parent d7ba98a commit 2ddee85
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 11 deletions.
1 change: 0 additions & 1 deletion levels/web/training-tools/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions levels/web/training-tools/Makefile

This file was deleted.

11 changes: 7 additions & 4 deletions levels/web/training-tools/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
tools:
build: .
ports:
- 80:80
version: '3.7'

services:
front:
build: front
ports:
- 80
3 changes: 3 additions & 0 deletions levels/web/training-tools/front/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM php:7.3-apache
COPY www/ /var/www/html/
COPY on-init /pathwar-hooks/
File renamed without changes.
File renamed without changes.

0 comments on commit 2ddee85

Please sign in to comment.