idk
This commit is contained in:
+1
-6
@@ -17,15 +17,10 @@ WORKDIR /app
|
|||||||
|
|
||||||
RUN apk add --no-cache libwebp libstdc++
|
RUN apk add --no-cache libwebp libstdc++
|
||||||
|
|
||||||
RUN adduser -D -g '' appuser
|
|
||||||
|
|
||||||
COPY --from=builder /app/quay .
|
COPY --from=builder /app/quay .
|
||||||
|
|
||||||
RUN mkdir -p /storage /config && \
|
RUN mkdir -p /storage /config && \
|
||||||
chmod -R 777 /storage /config && \
|
chmod -R 755 /storage /config
|
||||||
chown -R appuser:appuser /app
|
|
||||||
|
|
||||||
USER appuser
|
|
||||||
|
|
||||||
ENV PORT=4321
|
ENV PORT=4321
|
||||||
ENV CONFIG_DIR=/config
|
ENV CONFIG_DIR=/config
|
||||||
|
|||||||
Reference in New Issue
Block a user