mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-01-30 14:30:08 +08:00
fix docker file for frontend
This commit is contained in:
parent
9970ace6de
commit
936ca24dbf
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM openjdk:12-alpine
|
||||
FROM node:12-alpine
|
||||
|
||||
WORKDIR hangar-frontend
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user