Merge remote-tracking branch 'upstream/master' into feat/gql_req_header
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user