Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c5df17cd1f | |||
| 5115da61ab |
+1
-5
@@ -17,14 +17,10 @@ WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache libwebp libstdc++
|
||||
|
||||
RUN adduser -D -g '' appuser
|
||||
|
||||
COPY --from=builder /app/quay .
|
||||
|
||||
RUN mkdir -p /storage /config && \
|
||||
chown -R appuser:appuser /app /storage /config
|
||||
|
||||
USER appuser
|
||||
chmod -R 755 /storage /config
|
||||
|
||||
ENV PORT=4321
|
||||
ENV CONFIG_DIR=/config
|
||||
|
||||
Reference in New Issue
Block a user