mirror of
https://github.com/TeamPiped/piped-proxy.git
synced 2024-08-14 23:50:45 +00:00
Don't create socket directory.
This commit is contained in:
parent
76103eddc2
commit
00573cea3a
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue