mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
Docker updates
This commit is contained in:
parent
6220f41095
commit
e9e5dc4150
@ -3,4 +3,6 @@
|
||||
**/.parcel-cache
|
||||
**/dist
|
||||
**/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
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
RUN yarn
|
||||
RUN yarn build
|
||||
RUN yarn --verbose
|
||||
RUN yarn build --verbose
|
Loading…
x
Reference in New Issue
Block a user