Add todo msg
This commit is contained in:
parent
1a54bb31d5
commit
eabf637736
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,6 +1,8 @@
|
|||
# User-specific configuration
|
||||
config.yaml
|
||||
.env
|
||||
sql/
|
||||
data/
|
||||
|
||||
# Client Development Artifacts
|
||||
*/*_modules/
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue