make entrypoint executable

This commit is contained in:
MiniDigger 2021-02-07 23:24:48 +01:00
parent 75b0cdb75e
commit 58c85ac37c
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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