File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,13 +54,13 @@ RUN hab pkg exec core/hab-plan-build hab-plan-build /src/habitat/composite
54
54
FROM habitat as runtime
55
55
56
56
# configure persistent volumes
57
- RUN hab pkg exec core/coreutils mkdir -p '/hab/svc/mysql/data' '/hab/svc/laddr /data' '/hab/svc/nginx/files' \
58
- && hab pkg exec core/coreutils chown hab:hab -R '/hab/svc/mysql/data' '/hab/svc/laddr /data' '/hab/svc/nginx/files'
57
+ RUN hab pkg exec core/coreutils mkdir -p '/hab/svc/mysql/data' '/hab/svc/site /data' '/hab/svc/nginx/files' \
58
+ && hab pkg exec core/coreutils chown hab:hab -R '/hab/svc/mysql/data' '/hab/svc/site /data' '/hab/svc/nginx/files'
59
59
60
60
# configure entrypoint
61
- VOLUME ["/hab/svc/mysql/data" , "/hab/svc/laddr /data" , "/hab/svc/nginx/files" ]
61
+ VOLUME ["/hab/svc/mysql/data" , "/hab/svc/site /data" , "/hab/svc/nginx/files" ]
62
62
ENTRYPOINT ["hab" , "sup" , "run" ]
63
- CMD ["codeforphilly/laddr -composite" ]
63
+ CMD ["codeforphilly/site -composite" ]
64
64
65
65
# install .hart artifact from builder stage
66
66
COPY --from=projector /hab/cache/artifacts/$HAB_ORIGIN-* /hab/cache/artifacts/
Original file line number Diff line number Diff line change 1
- pkg_name=laddr
1
+ pkg_name=site
2
2
pkg_origin=codeforphilly
3
3
pkg_maintainer=
" Code for Philly <[email protected] >"
4
4
pkg_scaffolding=emergence/scaffolding-site
You can’t perform that action at this time.
0 commit comments