Skip to content

Commit

Permalink
Put attributemaps in container
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert committed Nov 7, 2024
1 parent 4c9e5c0 commit d175497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ COPY docker/run.sh /run.sh
COPY docker/nginx/nginx-env.conf /etc/nginx/main.d/
COPY docker/nginx/sal.conf /etc/nginx/sites-enabled/sal.conf
COPY docker/nginx/nginx.conf /etc/nginx/nginx.conf
COPY docker/attributemaps $APP_DIR/sal/attributemaps

RUN chmod 755 /run.sh && \
rm -f /etc/nginx/sites-enabled/default && \
Expand Down
2 changes: 1 addition & 1 deletion sal/version.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<plist version="1.0">
<dict>
<key>version</key>
<string>4.4.0.2308</string>
<string>4.4.0.2309</string>
</dict>
</plist>

0 comments on commit d175497

Please sign in to comment.