Skip to content

fixes voltrb/volt#339 #137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 en/deployment/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Create a Dockerfile in your Volt app with the following

```
FROM otzy007/voltframework

RUN apt-get update
RUN apt-get install --yes nodejs
```

Then you can build the Docker image:
Expand Down
3 changes: 3 additions & 0 deletions es/deployment/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Crea un Dockerfile en tu aplicación de Volt con lo siguiente:

```
FROM otzy007/voltframework

RUN apt-get update
RUN apt-get install --yes nodejs
```

Luego de esto puedes crear tu imagen de Docker
Expand Down
3 changes: 3 additions & 0 deletions ja/deployment/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Volt アプリケーションに Dockerfile を作成し、以下を記載して

```
FROM otzy007/voltframework

RUN apt-get update
RUN apt-get install --yes nodejs
```

これで、Docker イメージをビルドすることができます。
Expand Down