mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-08-15 14:53:29 -07:00
Compare commits
2 commits
b49c129b27
...
a59a9b8ff0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a59a9b8ff0 | ||
|
|
0e890f95df |
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# The main purpose of this Dockerfile is to install the `pnpm` package manager in the official Node.js image
|
# The main purpose of this Dockerfile is to install the `pnpm` package manager in the official Node.js image
|
||||||
# and use an init script as the entrypoint of a custom image to build and run the documentation site.
|
# and use an init script as the entrypoint of a custom image to build and run the documentation site.
|
||||||
FROM node:lts-slim@sha256:6f7b03f7c2c8e2e784dcf9295400527b9b1270fd37b7e9a7285cf83b6951452d
|
FROM node:lts-slim@sha256:235600a8101ab264e117b1768e925532262668dc9b581ef1dd7d96ced463b8e7
|
||||||
|
|
||||||
EXPOSE 8080/tcp
|
EXPOSE 8080/tcp
|
||||||
SHELL [ "bash", "-c" ]
|
SHELL [ "bash", "-c" ]
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ If you believe that users should get kind responses to their emails,
|
||||||
[consider helping us out.](https://codeberg.org/Codeberg/Contributing/issues/28)!
|
[consider helping us out.](https://codeberg.org/Codeberg/Contributing/issues/28)!
|
||||||
|
|
||||||
If you still need to contact us, please email
|
If you still need to contact us, please email
|
||||||
[help@codeberg.org](mailto:help-PLEASE-REMOVE-THIS-FOR-SPAM-PROTECTION@codeberg.org).
|
[contact@codeberg.org](mailto:contact-PLEASE-REMOVE-THIS-FOR-SPAM-PROTECTION@codeberg.org).
|
||||||
**Response times will be very long. If you do not receive a reply,**
|
**Response times will be very long. If you do not receive a reply,**
|
||||||
double-check if your question can be found in the [FAQ](/getting-started/faq)
|
double-check if your question can be found in the [FAQ](/getting-started/faq)
|
||||||
or asked via the public channels above.
|
or asked via the public channels above.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue