We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94590c commit 9bab7eaCopy full SHA for 9bab7ea
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rust:alpine as backend
+FROM rust:alpine AS backend
2
WORKDIR /home/rust/src
3
RUN apk --no-cache add musl-dev openssl-dev protoc
4
RUN rustup component add rustfmt
@@ -8,7 +8,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
8
cargo build --release --bin sshx-server && \
9
cp target/release/sshx-server /usr/local/bin
10
11
-FROM node:lts-alpine as frontend
+FROM node:lts-alpine AS frontend
12
RUN apk --no-cache add git
13
WORKDIR /usr/src/app
14
COPY . .
0 commit comments