This commit is contained in:
parent
f37280c3f6
commit
dc3fd58c72
3 changed files with 62 additions and 0 deletions
11
Dockerfile
Normal file
11
Dockerfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
FROM node:alpine
|
||||
|
||||
COPY ./.output /web
|
||||
|
||||
COPY entrypoint.sh /usr/bin/entrypoint.sh
|
||||
|
||||
RUN useradd --create-home --home-dir /web gorb
|
||||
|
||||
USER gorb
|
||||
|
||||
ENTRYPOINT ["/usr/bin/entrypoint.sh"]
|
Loading…
Add table
Add a link
Reference in a new issue