docs: Update docker.md (#12197)

This commit is contained in:
Per Karlsson
2024-06-28 01:24:56 +02:00
committed by GitHub
parent b37f94d396
commit 9697a2b058

View File

@@ -15,7 +15,7 @@ To _containerize_ our application, we define a `Dockerfile`. This file contains
```docker#Dockerfile
# use the official Bun image
# see all versions at https://hub.docker.com/r/oven/bun/tags
FROM oven/bun:1 as base
FROM oven/bun:1 AS base
WORKDIR /usr/src/app
# install dependencies into temp directory