1
0
Fork 0
hswro_org/docker/serve.Dockerfile

6 lines
149 B
Docker

FROM git.hswro.org/fleg/serve_base:latest
# Copy the static website
# Use the .dockerignore file to control what ends up inside the image!
COPY . .