Skip to content

Commit

Permalink
Bad copy/paste
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Aug 14, 2024
1 parent 752e76e commit b3131d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Teapot.Web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.

FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0 AS build
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0 AS base
ARG TARGETARCH
WORKDIR /app
EXPOSE 80
Expand Down

0 comments on commit b3131d4

Please sign in to comment.