Remove user from dockerfile and mvoe it to deployment
This commit is contained in:
parent
2eba9ebeba
commit
49dd1be822
|
@ -23,5 +23,4 @@ RUN addgroup -g 1000 tusd \
|
||||||
COPY entrypoint.sh /srv/entrypoint.sh
|
COPY entrypoint.sh /srv/entrypoint.sh
|
||||||
WORKDIR /srv/tusd-data
|
WORKDIR /srv/tusd-data
|
||||||
EXPOSE 1080
|
EXPOSE 1080
|
||||||
USER tusd
|
|
||||||
ENTRYPOINT ["/srv/entrypoint.sh"]
|
ENTRYPOINT ["/srv/entrypoint.sh"]
|
||||||
|
|
Loading…
Reference in New Issue