Merge remote-tracking branch 'upstream/master' into feat/gql_req_header
This commit is contained in:
commit
e999d7428a
3 changed files with 6 additions and 2 deletions
|
|
@ -8,9 +8,12 @@ RUN apk add --update --no-cache \
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm run build
|
||||
|
||||
EXPOSE 3000
|
||||
|
|
|
|||
|
|
@ -372,7 +372,7 @@ This project is licensed under the [MIT License](https://opensource.org/licenses
|
|||
<p>
|
||||
|
||||
```
|
||||
[](https://postwoman.io)
|
||||
[](https://postwoman.io)
|
||||
```
|
||||
</p>
|
||||
</details>
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ services:
|
|||
- "./plugins:/app/plugins"
|
||||
- "./static:/app/static"
|
||||
- "./store:/app/store"
|
||||
- "./components:/app/components"
|
||||
ports:
|
||||
- "3000:3000"
|
||||
command: "npm run dev"
|
||||
|
|
|
|||
Loading…
Reference in a new issue