fix docker file for frontend

This commit is contained in:
MiniDigger 2021-02-05 19:20:34 +01:00
parent 9970ace6de
commit 936ca24dbf
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ services:
frontend:
build:
context: ../../frontend
dockerfile: docker/deployment/hangar-frontend/Dockerfile
dockerfile: ../docker/deployment/hangar-frontend/Dockerfile
depends_on:
- 'backend'
stdin_open: true

View File

@ -1,4 +1,4 @@
FROM openjdk:12-alpine
FROM node:12-alpine
WORKDIR hangar-frontend