Skip to content

Commit

Permalink
fix(docker): match casing of keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Oct 26, 2024
1 parent 80aad99 commit 2545411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:latest as wasm-build
FROM rust:latest AS wasm-build

RUN mkdir -p /usr/build/
WORKDIR /usr/build/
Expand All @@ -10,7 +10,7 @@ COPY . .
WORKDIR /usr/build/harper-wasm
RUN wasm-pack build --release

FROM node:slim as node-build
FROM node:slim AS node-build

RUN mkdir -p /usr/build/
WORKDIR /usr/build/
Expand Down

0 comments on commit 2545411

Please sign in to comment.