mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
use proper path for entrypoint.sh
This commit is contained in:
parent
00dbe31948
commit
1183f07bb6
@ -7,7 +7,7 @@ EXPOSE 3000
|
||||
ENTRYPOINT ["./entrypoint.sh"]
|
||||
|
||||
COPY package.json /hangar-frontend/package.json
|
||||
COPY entrypoint.sh /hangar-frontend/entrypoint.sh
|
||||
COPY ../docker/deployment/hangar-frontend/entrypoint.sh /hangar-frontend/entrypoint.sh
|
||||
COPY nuxt.config.ts /hangar-frontend/nuxt.config.ts
|
||||
COPY node_modules/ /hangar-frontend/node_modules/
|
||||
COPY .nuxt/ /hangar-frontend/.nuxt/
|
||||
|
Loading…
Reference in New Issue
Block a user