Skip to content

Commit

Permalink
fix: environment $
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-aslan committed Dec 8, 2024
1 parent 7c21bde commit 44f89bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base

WORKDIR /var/apps/SmartHomeServer

EXPOSE SMARTHOME_MQTT_PORT
EXPOSE SMARTHOME_HTTP_PORT
EXPOSE SMARTHOME_HTTPS_PORT
EXPOSE $SMARTHOME_MQTT_PORT
EXPOSE $SMARTHOME_HTTP_PORT
EXPOSE $SMARTHOME_HTTPS_PORT

FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
ARG BUILD_CONFIGURATION=Release
Expand Down

0 comments on commit 44f89bb

Please sign in to comment.