mirror of
https://github.com/pockethost/pockethost.git
synced 2025-10-14 00:59:25 +00:00
Docker updates
This commit is contained in:
parent
6220f41095
commit
e9e5dc4150
@ -3,4 +3,6 @@
|
|||||||
**/.parcel-cache
|
**/.parcel-cache
|
||||||
**/dist
|
**/dist
|
||||||
**/dist-server
|
**/dist-server
|
||||||
**/*.log
|
**/*.log
|
||||||
|
docker/mount/cache
|
||||||
|
**/build
|
@ -4,5 +4,5 @@ ENV PATH="/usr/local/go/bin:${PATH}"
|
|||||||
RUN apk add python3 py3-pip make gcc musl-dev g++ bash
|
RUN apk add python3 py3-pip make gcc musl-dev g++ bash
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN yarn
|
RUN yarn --verbose
|
||||||
RUN yarn build
|
RUN yarn build --verbose
|
Loading…
x
Reference in New Issue
Block a user