Fixed "AS" caseing to get rid of build warning
Some checks failed
Create and publish the bot container / build-and-push-image (push) Has been cancelled

This commit is contained in:
Brad Ganley 2024-12-28 19:17:48 -06:00
parent fef792e89a
commit 270fdf4c69

View File

@ -1,4 +1,4 @@
FROM oven/bun:latest as base
FROM oven/bun:latest AS base
WORKDIR /usr/src/app
# install dependencies into temp directory