fix working directory

This commit is contained in:
its-a-feature
2023-05-09 11:25:50 -05:00
parent ffb18d6067
commit 38a9b45688
+1 -1
View File
@@ -13,6 +13,6 @@ RUN apk add --update make
COPY --from=0 /main /main
COPY --from=0 /mythic_http_server /mythic_http_server
WORKDIR /usr/src/app
WORKDIR /Mythic/
CMD make run