mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +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
|
||||
|
||||
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
|
||||
|
||||
# production environment
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.3'
|
|||
|
||||
services:
|
||||
pictrs:
|
||||
image: asonix/pictrs:v0.3.0-alpha.13-shell-out-r0
|
||||
image: asonix/pictrs:v0.3.0-alpha.13-shell-out-r1
|
||||
ports:
|
||||
- "127.0.0.1:8080:8080"
|
||||
restart: always
|
||||
|
|
Loading…
Reference in a new issue