Skip to content

Commit

Permalink
config: change adapter to static
Browse files Browse the repository at this point in the history
  • Loading branch information
ludchieng committed Aug 5, 2023
1 parent 6049430 commit 49f2482
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 332 deletions.
11 changes: 2 additions & 9 deletions captain-definition
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
{
"schemaVersion": 2,
"dockerfileLines": [
"FROM node:19-alpine",
"RUN mkdir -p /usr/src/app",
"WORKDIR /usr/src/app",
"COPY ./package.json /usr/src/app",
"COPY ./build /usr/src/app",
"ENV NODE_ENV production",
"ENV PORT 80",
"EXPOSE 80",
"CMD [ \"node\", \"index.js\" ]"
"FROM socialengine/nginx-spa:latest",
"COPY ./build /app"
]
}
Loading

0 comments on commit 49f2482

Please sign in to comment.