This repository contains the Dockerfiles
for the
app-server docker images.
Latest version: staticdeploy/app-server:latest
Reference to a specific version: staticdeploy/app-server:X.Y.Z
Website Dockerfile
:
FROM staticdeploy/app-server
WORKDIR /website-root
# Assuming there's a directory website containing your static assets
COPY website website-root
ENV APP_SERVER_ROOT /website-root
Latest versions:
staticdeploy/app-server:cra-builder
staticdeploy/app-server:cra-runtime
References to a specific version:
staticdeploy/app-server:X.Y.Z-cra-builder
staticdeploy/app-server:X.Y.Z-cra-runtime
CRA project Dockerfile
:
FROM staticdeploy/app-server:cra-builder
FROM staticdeploy/app-server:cra-runtime