use proper path for entrypoint.sh

This commit is contained in:
MiniDigger 2021-02-07 23:08:33 +01:00
parent 00dbe31948
commit 1183f07bb6

View File

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