Skip to content
Snippets Groups Projects
Verified Commit 13991645 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fix workdir

parent 68b0a0c5
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ FROM node:alpine
RUN apk --no-cache add mediainfo
COPY --from=builder /flood-ui /flood-ui
WORKDIR /flood-ui
EXPOSE 3000
VOLUME ["/data"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment