From 1fa9745cb72e476c53d280c8ee6b86d8a25e3853 Mon Sep 17 00:00:00 2001 From: hay-kot Date: Sat, 13 Mar 2021 11:24:49 -0900 Subject: [PATCH] formatting --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ac6c1a061..995132a9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN npm run build FROM python:3.9-alpine -RUN apk add --no-cache libxml2-dev libxslt-dev libxml2 caddy +RUN apk add --no-cache libxml2-dev libxslt-dev libxml2 caddy ENV ENV prod EXPOSE 80 WORKDIR /app