From 536074e0f6e34a0948c9012586707d3fd61ee497 Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Mon, 22 Jun 2020 05:33:15 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3e2f3b1..1e23e51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ USER foundry # directory where data is stored VOLUME /foundry +WORKDIR /foundry # TCP Port EXPOSE 30000