Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

add hugo server port #21

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@ RUN set -ex \
WORKDIR /workspaces
CMD ["/usr/bin/zsh"]

# Hugo Development Web Server Port for pulumi/pulumi-hugo
EXPOSE 1313

# GHCR Labels
LABEL org.opencontainers.image.licenses="APACHE2"
LABEL org.opencontainers.image.source="https://github.com/pulumi/devcontainer"
Expand Down
1 change: 1 addition & 0 deletions team-docs/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@
},
"postCreateCommand": "git submodule update --init --recursive",
"remoteUser": "vscode",
"forwardPorts": [1313],
"runArgs": ["--network=host"]
}
Loading