Compare commits
1 Commits
7a0d3b7f40
...
v1.2.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 21163b277d |
@@ -27,7 +27,7 @@ ENV PATH="/.cargo/bin:$PATH"
|
|||||||
ARG VERSION
|
ARG VERSION
|
||||||
ENV APP_VERSION=$VERSION
|
ENV APP_VERSION=$VERSION
|
||||||
# Create the final bundle folder. Bundle always executes in release mode with optimizations enabled
|
# Create the final bundle folder. Bundle always executes in release mode with optimizations enabled
|
||||||
RUN dx bundle --platform web
|
RUN dx bundle --release --platform web
|
||||||
|
|
||||||
# Server Build
|
# Server Build
|
||||||
# This stage is used when running from VS in fast mode (Default for Debug configuration)
|
# This stage is used when running from VS in fast mode (Default for Debug configuration)
|
||||||
|
|||||||
Reference in New Issue
Block a user