Nixius
/
template
Template
2
1
Fork 1
template/docker/easy-appointments/Dockerfile.staging

11 lines
203 B
Docker

FROM alpine:3.18
# Create directories for volume mounts
RUN mkdir -p /scratch /temp
# Set working directory
WORKDIR /scratch
# Simple command to keep container running
CMD ["tail", "-f", "/dev/null"]