test again for #8
This commit is contained in:
parent
800103412a
commit
44e2aac9a8
1 changed files with 2 additions and 3 deletions
|
|
@ -30,9 +30,6 @@ LABEL maintainer="Emrik Östling (C4illin)"
|
|||
LABEL description="ConvertX: self-hosted online file converter supporting 700+ file formats."
|
||||
LABEL repo="https://github.com/C4illin/ConvertX"
|
||||
|
||||
RUN mkdir data
|
||||
RUN chmod 755 data
|
||||
|
||||
# install additional dependencies
|
||||
RUN rm -rf /var/lib/apt/lists/partial && apt-get update -o Acquire::CompressionTypes::Order::=gz \
|
||||
&& apt-get install -y \
|
||||
|
|
@ -52,5 +49,7 @@ COPY . .
|
|||
|
||||
# run the app
|
||||
USER bun
|
||||
RUN mkdir data
|
||||
RUN chmod 755 data
|
||||
EXPOSE 3000/tcp
|
||||
ENTRYPOINT [ "bun", "run", "./src/index.tsx" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue