diff --git a/Dockerfile b/Dockerfile index 0e60566..8a9445b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,6 +32,9 @@ RUN adduser \ --uid "${UID}" \ appuser +#Create application dir +RUN mkdir /home/application + # Copy the executable from the "build" stage. COPY ./bin/app /home/application