Skip to content

Commit

Permalink
create adapter api artifacts directory
Browse files Browse the repository at this point in the history
  • Loading branch information
NomadXD committed Jul 27, 2022
1 parent b6486ba commit 5830308
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions adapter/src/main/resources/Dockerfile
Expand Up @@ -49,6 +49,9 @@ RUN chmod +x ${GRPC_HEALTH_PROBE_PATH}

WORKDIR ${MG_USER_HOME}
USER ${MG_USER}

RUN mkdir -p /home/wso2/artifacts/apis

COPY maven/security security
COPY maven/conf/config.toml conf/
COPY maven/conf/log_config.toml conf/
Expand Down
3 changes: 3 additions & 0 deletions adapter/src/main/resources/Dockerfile.ubuntu
Expand Up @@ -50,6 +50,9 @@ RUN chmod +x ${GRPC_HEALTH_PROBE_PATH}

WORKDIR ${MG_USER_HOME}
USER ${MG_USER}

RUN mkdir -p /home/wso2/artifacts/apis

COPY maven/security security
COPY maven/conf/config.toml conf/
COPY maven/conf/log_config.toml conf/
Expand Down

0 comments on commit 5830308

Please sign in to comment.