make container build work
This commit is contained in:
parent
12f55ad721
commit
1fcb035fce
6 changed files with 15 additions and 9 deletions
|
|
@ -25,10 +25,9 @@ USER ${APP}
|
|||
WORKDIR ${APP_BASE}/${APP}
|
||||
COPY --chown=${APP}:${APP} requirements.frozen.txt requirements.frozen.txt
|
||||
RUN pip3 install -r requirements.frozen.txt
|
||||
COPY --chown=${APP}:${APP} gm gm
|
||||
COPY --chown=${APP}:${APP} tailscalesd tailscalesd
|
||||
|
||||
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
|
||||
CMD /usr/bin/env python3 -m tailscalesd.main:main
|
||||
USER ${APP}
|
||||
ARG APP_VERSION
|
||||
ENV APP_VERSION="${APP_VERSION}"%
|
||||
ENV APP_VERSION="${APP_VERSION}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue