Add todo msg

This commit is contained in:
Rebecca Nelson 2024-04-14 19:12:49 -05:00
parent 1a54bb31d5
commit eabf637736
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -1,6 +1,8 @@
# User-specific configuration
config.yaml
.env
sql/
data/
# Client Development Artifacts
*/*_modules/

View file

@ -74,7 +74,7 @@ RUN apk --no-cache add \
&& addgroup -g ${PGID} app \
&& adduser -SDH -h /opt/app -g '' -G app -u ${PUID} app
# TODO: put this back when done modifying things
COPY ./ /opt/app/
RUN chown -R app:app /opt/app /data