Dockerfile fix
This commit is contained in:
parent
1588e4f861
commit
b9defb56e2
2 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ RUN npm install
|
||||||
# Package app source
|
# Package app source
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
ENTRYPOINT ["./docker-entrypoint"]
|
ENTRYPOINT ["./docker-entrypoint.sh"]
|
||||||
|
|
0
docker-entrypoint → docker-entrypoint.sh
Normal file → Executable file
0
docker-entrypoint → docker-entrypoint.sh
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue