Skip to content
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