mirror of
https://github.com/bradganley/bsky-user-activity-bot.git
synced 2025-04-07 09:35:24 +00:00
fixed permissions typo in dockerfile, image will work without bind mount now
This commit is contained in:
parent
e2790a4644
commit
49b97915b0
@ -1,6 +1,6 @@
|
||||
FROM oven/bun:latest AS base
|
||||
WORKDIR /usr/src/app
|
||||
RUN mkdir /sessionData && chmod 177 /sessionData
|
||||
RUN mkdir /sessionData && chmod 777 /sessionData
|
||||
# install dependencies into temp directory
|
||||
# this will cache them and speed up future builds
|
||||
FROM base AS install
|
||||
|
Loading…
x
Reference in New Issue
Block a user