add production readiness and recovery assets
This commit is contained in:
@@ -3,8 +3,12 @@ RUN addgroup -S app && adduser -S -G app app
|
||||
WORKDIR /srv
|
||||
COPY index.html /srv/index.html
|
||||
COPY styles.css /srv/styles.css
|
||||
COPY config.js /srv/config.js
|
||||
COPY asset-manifest.json /srv/asset-manifest.json
|
||||
COPY app.js /srv/app.js
|
||||
COPY healthz /srv/healthz
|
||||
COPY health.html /srv/health.html
|
||||
COPY error.html /srv/error.html
|
||||
RUN chown -R app:app /srv
|
||||
USER app
|
||||
EXPOSE 8080
|
||||
|
||||
Reference in New Issue
Block a user