Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bedf8bc335 | |||
| c5df17cd1f | |||
| 5115da61ab |
@@ -17,15 +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 && \
|
|
||||||
chown -R appuser:appuser /app /storage /config
|
|
||||||
|
|
||||||
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