mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-10 06:25:00 +00:00
Version v0.3.0-alpha.13-shell-out-r1
This commit is contained in:
parent
c2a46eaec4
commit
dcb8322ed9
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ RUN \
|
||||||
WORKDIR /opt/build/pict-rs
|
WORKDIR /opt/build/pict-rs
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
USER=build cargo build --release --target $TARGET --$BUILD_MODE && \
|
USER=build cargo build --target $TARGET --$BUILD_MODE && \
|
||||||
$TOOL-strip target/$TARGET/$BUILD_MODE/$BINARY
|
$TOOL-strip target/$TARGET/$BUILD_MODE/$BINARY
|
||||||
|
|
||||||
# production environment
|
# production environment
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '3.3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
pictrs:
|
pictrs:
|
||||||
image: asonix/pictrs:v0.3.0-alpha.13-shell-out-r0
|
image: asonix/pictrs:v0.3.0-alpha.13-shell-out-r1
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8080:8080"
|
- "127.0.0.1:8080:8080"
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Reference in a new issue