Don't create socket directory.

This commit is contained in:
Kavin 2023-05-01 09:20:17 +01:00 committed by GitHub
parent 76103eddc2
commit 00573cea3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ RUN --mount=type=cache,target=/var/cache/apt \
WORKDIR /app/
COPY --from=BUILD /app/piped-proxy .
RUN mkdir -p /app/socket/
EXPOSE 8080