mirror of
https://github.com/C4illin/ConvertX.git
synced 2026-06-28 06:55:48 +00:00
remove bun user #8
This commit is contained in:
@@ -47,10 +47,8 @@ COPY --from=install /temp/prod/node_modules node_modules
|
||||
# COPY --from=prerelease /app/package.json .
|
||||
COPY . .
|
||||
|
||||
# create folder data and set owner to bun
|
||||
RUN mkdir -p /app/data && chown bun:bun /app/data
|
||||
# create folder data
|
||||
RUN mkdir -p /app/data && chmod 755 /app/data
|
||||
|
||||
# run the app
|
||||
USER bun
|
||||
EXPOSE 3000/tcp
|
||||
ENTRYPOINT [ "bun", "run", "./src/index.tsx" ]
|
||||
Reference in New Issue
Block a user