Update Dockerfile
This commit is contained in:
@@ -48,9 +48,9 @@ RUN npm run publish
|
||||
|
||||
# Stage 3
|
||||
# Build the CMS container
|
||||
FROM debian:bullseye-slim
|
||||
MAINTAINER Xibo Signage <support@xibosignage.com>
|
||||
LABEL org.opencontainers.image.authors="support@xibosignage.com"
|
||||
FROM debian:latest
|
||||
MAINTAINER OTS Signs <contact@ots-signs.com>
|
||||
LABEL org.opencontainers.image.authors="contact@ots-signs.com"
|
||||
|
||||
# Install apache, PHP, and supplimentary programs.
|
||||
RUN apt update && \
|
||||
|
||||
Reference in New Issue
Block a user