Skip to content

Commit

Permalink
test again for #8
Browse files Browse the repository at this point in the history
  • Loading branch information
C4illin committed May 29, 2024
1 parent 44e2aac commit fe65c7a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ 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

# run the app
USER bun
RUN mkdir data
RUN chmod 755 data
EXPOSE 3000/tcp
ENTRYPOINT [ "bun", "run", "./src/index.tsx" ]

0 comments on commit fe65c7a

Please sign in to comment.