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
|
# User-specific configuration
|
||||||
config.yaml
|
config.yaml
|
||||||
.env
|
.env
|
||||||
|
sql/
|
||||||
|
data/
|
||||||
|
|
||||||
# Client Development Artifacts
|
# Client Development Artifacts
|
||||||
*/*_modules/
|
*/*_modules/
|
||||||
|
|
|
@ -74,7 +74,7 @@ RUN apk --no-cache add \
|
||||||
&& addgroup -g ${PGID} app \
|
&& addgroup -g ${PGID} app \
|
||||||
&& adduser -SDH -h /opt/app -g '' -G app -u ${PUID} app
|
&& adduser -SDH -h /opt/app -g '' -G app -u ${PUID} app
|
||||||
|
|
||||||
|
# TODO: put this back when done modifying things
|
||||||
COPY ./ /opt/app/
|
COPY ./ /opt/app/
|
||||||
|
|
||||||
RUN chown -R app:app /opt/app /data
|
RUN chown -R app:app /opt/app /data
|
||||||
|
|
Reference in a new issue