Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bedf8bc335 | |||
| c5df17cd1f |
@@ -17,16 +17,8 @@ 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 && \
|
|
||||||
chmod -R 777 /storage /config && \
|
|
||||||
chown -R appuser:appuser /app
|
|
||||||
|
|
||||||
USER appuser
|
|
||||||
|
|
||||||
ENV PORT=4321
|
ENV PORT=4321
|
||||||
ENV CONFIG_DIR=/config
|
ENV CONFIG_DIR=/config
|
||||||
ENV STORAGE_PATH=/storage
|
ENV STORAGE_PATH=/storage
|
||||||
|
|||||||
Reference in New Issue
Block a user