Skip to content
Snippets Groups Projects
Commit 02829873 authored by Elisabethein's avatar Elisabethein
Browse files

Added frontend container back to docker-compose.yml

parent be9ee53e
No related branches found
No related tags found
No related merge requests found
Pipeline #45767 passed
......@@ -21,6 +21,17 @@ services:
depends_on:
- db
frontend:
build:
context: ./eaa_frontend
dockerfile: Dockerfile
container_name: eaa_frontend
image: 'eaa_frontend:latest'
ports:
- "8081:80"
networks:
- eaa_network
db:
build:
context: .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment