mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-27 06:01:08 +08:00
make entrypoint executable
This commit is contained in:
parent
75b0cdb75e
commit
58c85ac37c
@ -11,3 +11,4 @@ COPY /docker/deployment/hangar-frontend/entrypoint.sh /hangar-frontend/entrypoin
|
||||
COPY /frontend/nuxt.config.ts /hangar-frontend/nuxt.config.ts
|
||||
COPY /frontend/node_modules/ /hangar-frontend/node_modules/
|
||||
COPY /frontend/.nuxt/ /hangar-frontend/.nuxt/
|
||||
RUN chmod +x /hangar-frontend/entrypoint.sh
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
ls -ahl
|
||||
ls -ahl /hangar-frontend/node_modules/.bin
|
||||
./node_modules/.bin/nuxt-ts start
|
||||
/hangar-frontend/node_modules/.bin/nuxt-ts start
|
||||
|
Loading…
Reference in New Issue
Block a user